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) |
loginprotected String projectId
protected String skeletonKeyCertificateAlias
protected Access access
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize in interface LoginModuleinitialize in class org.jboss.security.auth.spi.AbstractServerLoginModuleprotected boolean login(org.apache.catalina.connector.Request request,
javax.servlet.http.HttpServletResponse response)
throws LoginException
login in class JBossWebAuthLoginModuleLoginExceptionprotected Principal getIdentity()
getIdentity in class org.jboss.security.auth.spi.AbstractServerLoginModuleprotected Group[] getRoleSets() throws LoginException
getRoleSets in class org.jboss.security.auth.spi.AbstractServerLoginModuleLoginExceptionCopyright © 2015. All Rights Reserved.