public class AssosiateCallerIdentityLoginModule
extends org.jboss.security.auth.spi.AbstractServerLoginModule
| Constructor and Description |
|---|
AssosiateCallerIdentityLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
protected Principal |
getIdentity() |
protected Group[] |
getRoleSets() |
void |
initialize(Subject subject,
CallbackHandler handler,
Map sharedState,
Map options) |
boolean |
login()
Performs the login association between the caller and the resource for a
1 to 1 mapping.
|
public void initialize(Subject subject, CallbackHandler handler, Map sharedState, Map options)
initialize in interface LoginModuleinitialize in class org.jboss.security.auth.spi.AbstractServerLoginModulepublic boolean login()
throws LoginException
login in interface LoginModulelogin in class org.jboss.security.auth.spi.AbstractServerLoginModuleLoginExceptionprotected Principal getIdentity()
getIdentity in class org.jboss.security.auth.spi.AbstractServerLoginModuleprotected Group[] getRoleSets() throws LoginException
getRoleSets in class org.jboss.security.auth.spi.AbstractServerLoginModuleLoginExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.