JavaScript is disabled on your browser.
JBoss Application Server: Parent Aggregator 7.1.0.Final
java.lang.Object
org.jboss.security.auth.spi.AbstractServerLoginModule
org.jboss.as.security.remoting.RemotingLoginModule
All Implemented Interfaces:
LoginModule
public class RemotingLoginModule
extends org.jboss.security.auth.spi.AbstractServerLoginModule
A simple LoginModule to take the UserPrincipal from the inbound Remoting connection and to use it as an already authenticated
user.
Subsequent login modules can be chained after this module to load role information.
Author:
Darran Lofthouse
Field Summary
Fields inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule
callbackHandler, loginOk, options, principalClassName, sharedState, subject, trace, unauthenticatedIdentity, useFirstPass
Method Summary
Methods inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule
abort, commit, createGroup, createIdentity, getCallerPrincipalGroup, getUnauthenticatedIdentity, getUseFirstPass, initialize, logout
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
JBoss Application Server: Parent Aggregator 7.1.0.Final
Copyright © 2012 JBoss, a division of Red Hat, Inc. . All Rights Reserved.