public class ShibbolethSSOLoginContext extends LoginContext
LoginContext.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
private String |
spAssertionConsumerService
Service provider assertion consumer service URL.
|
private String |
spTarget
Service provider target URL.
|
LOGIN_CONTEXT_KEY| Constructor and Description |
|---|
ShibbolethSSOLoginContext()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSpAssertionConsumerService()
Gets the service provider assertion consumer service URL.
|
String |
getSpTarget()
Gets the service provider target URL.
|
void |
setSpAssertionConsumerService(String url)
Sets the service provider assertion consumer service URL.
|
void |
setSpTarget(String url)
Sets the service provider target URL.
|
getAttemptedAuthnMethod, getAuthenticationAttempted, getAuthenticationDuration, getAuthenticationEngineURL, getAuthenticationFailure, getAuthenticationInstant, getAuthenticationMethod, getAuthenticationMethodInformation, getDefaultAuthenticationMethod, getPrincipalName, getProfileHandlerURL, getProperty, getRelyingPartyId, getRequestedAuthenticationMethods, getSessionID, isForceAuthRequired, isPassiveAuthRequired, isPrincipalAuthenticated, setAttemptedAuthnMethod, setAuthenticationAttempted, setAuthenticationDuration, setAuthenticationEngineURL, setAuthenticationFailure, setAuthenticationInstant, setAuthenticationMethod, setAuthenticationMethodInformation, setDefaultAuthenticationMethod, setForceAuthRequired, setPassiveAuthRequired, setPrincipalAuthenticated, setPrincipalName, setProfileHandlerURL, setProperty, setRelyingParty, setSessionIDprivate static final long serialVersionUID
private String spAssertionConsumerService
private String spTarget
public String getSpAssertionConsumerService()
public void setSpAssertionConsumerService(String url)
url - service provider assertion consumer service URLpublic String getSpTarget()
public void setSpTarget(String url)
url - service provider target URLCopyright © 1999-2014. All Rights Reserved.