public abstract class SAMLBearerTokenLoginModule extends OAuth20LoginModule
callerPrincipal, callerSubject, credential| Constructor and Description |
|---|
SAMLBearerTokenLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getSAMLResponseToken() |
void |
initialize(Subject subject,
CallbackHandler handler,
Map<String,?> sharedState,
Map<String,?> options) |
boolean |
login() |
commit, getAccessToken, getAccessTokenURI, getClientId, getClientSecret, getCredential, getIdentity, getRefreshToken, getRoleSets, setAccessToken, setAccessTokenURI, setClientId, setClientSecret, setCredential, setRefreshTokenlogout, removeCredentialspublic void initialize(Subject subject, CallbackHandler handler, Map<String,?> sharedState, Map<String,?> options)
initialize in interface LoginModuleinitialize in class OAuth20LoginModulepublic boolean login()
throws LoginException
login in interface LoginModulelogin in class OAuth20LoginModuleLoginExceptionpublic abstract String getSAMLResponseToken()
Copyright © 2019. All rights reserved.