public class SAML2IdpLoginModule extends Object implements LoginModule
| Constructor and Description |
|---|
SAML2IdpLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort() |
boolean |
commit() |
protected Collection<String> |
getRoles(String username) |
void |
initialize(Subject subject,
CallbackHandler callbackHandler,
Map<String,?> sharedState,
Map<String,?> options) |
boolean |
login() |
boolean |
logout() |
protected boolean |
validateUser(String username,
String password) |
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize in interface LoginModulepublic boolean login()
throws LoginException
login in interface LoginModuleLoginExceptionpublic boolean commit()
throws LoginException
commit in interface LoginModuleLoginExceptionpublic boolean abort()
throws LoginException
abort in interface LoginModuleLoginExceptionpublic boolean logout()
throws LoginException
logout in interface LoginModuleLoginExceptionprotected boolean validateUser(String username, String password) throws Exception
Exceptionprotected Collection<String> getRoles(String username)
Copyright © 2021 JBoss by Red Hat. All Rights Reserved.