public class SkeletonKeyStoneLoginModule extends JBossWebAuthLoginModule
| Modifier and Type | Field and Description | 
|---|---|
| protected Access | access | 
| protected String | projectId | 
| Constructor and Description | 
|---|
| SkeletonKeyStoneLoginModule() | 
| 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) | 
loginpublic 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 © 2021 JBoss by Red Hat. All rights reserved.