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, setRefreshToken
logout, removeCredentials
public void initialize(Subject subject, CallbackHandler handler, Map<String,?> sharedState, Map<String,?> options)
initialize
in interface LoginModule
initialize
in class OAuth20LoginModule
public boolean login() throws LoginException
login
in interface LoginModule
login
in class OAuth20LoginModule
LoginException
public abstract String getSAMLResponseToken()
Copyright © 2019. All rights reserved.