public class SignedSkeletonKeyStoneLoginModule extends JBossWebAuthLoginModule
Modifier and Type | Field and Description |
---|---|
protected Access |
access |
protected String |
projectId |
protected String |
skeletonKeyCertificateAlias |
Constructor and Description |
---|
SignedSkeletonKeyStoneLoginModule() |
Modifier and Type | Method and Description |
---|---|
protected Principal |
getIdentity() |
protected Group[] |
getRoleSets() |
void |
initialize(Subject subject,
CallbackHandler callbackHandler,
Map<String,?> sharedState,
Map<String,?> options) |
protected boolean |
login(org.apache.catalina.connector.Request request,
javax.servlet.http.HttpServletResponse response) |
login
protected String projectId
protected String skeletonKeyCertificateAlias
protected Access access
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize
in interface LoginModule
initialize
in class org.jboss.security.auth.spi.AbstractServerLoginModule
protected boolean login(org.apache.catalina.connector.Request request, javax.servlet.http.HttpServletResponse response) throws LoginException
login
in class JBossWebAuthLoginModule
LoginException
protected Principal getIdentity()
getIdentity
in class org.jboss.security.auth.spi.AbstractServerLoginModule
protected Group[] getRoleSets() throws LoginException
getRoleSets
in class org.jboss.security.auth.spi.AbstractServerLoginModule
LoginException
Copyright © 2015. All Rights Reserved.