public class SPNEGOLoginModule
extends org.jboss.security.negotiation.spnego.SPNEGOLoginModule
SPNEGOLoginModule customized for portal purposes| Constructor and Description |
|---|
SPNEGOLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
protected Principal |
getIdentityFromSubject(Subject userSubject)
Obtaining identity from subject.
|
void |
initialize(Subject subject,
CallbackHandler callbackHandler,
Map sharedState,
Map options) |
protected Object |
innerLogin() |
createIdentity, getRoleSets, getServerSubject, logingetCredential, getIdentity, processIdentityAndCredential, setIdentitypublic void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options)
initialize in interface LoginModuleinitialize in class org.jboss.security.negotiation.spnego.SPNEGOLoginModuleprotected Object innerLogin() throws LoginException
innerLogin in class org.jboss.security.negotiation.spnego.SPNEGOLoginModuleLoginExceptionprotected Principal getIdentityFromSubject(Subject userSubject) throws LoginException
UserPrincipal
, which is added here during FORM authentication.
See JbossLoginModule.commit()getIdentityFromSubject in class org.jboss.security.negotiation.spnego.SPNEGOLoginModuleuserSubject - subject from FORM authenticationLoginExceptionCopyright © 2020 JBoss by Red Hat. All Rights Reserved.