JavaScript is disabled on your browser.
WildFly: Parent Aggregator 8.0.0.Beta1
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, unauthenticatedIdentity, useFirstPass
Method Summary
Methods inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule
abort, addValidOptions, checkOptions, 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
WildFly: Parent Aggregator 8.0.0.Beta1
Copyright © 2013 JBoss by Red Hat . All rights reserved.