|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jasig.portal.security.provider.saml.DelegatedSAMLAuthenticationState
public class DelegatedSAMLAuthenticationState
A class that "wraps" a simple resource that is retrieved from a Web Service Provider (WSP) as a String. The resource is represented by a URL.
| Constructor Summary | |
|---|---|
DelegatedSAMLAuthenticationState()
|
|
| Method Summary | |
|---|---|
String |
getIdp()
Return the IdP entityID. |
String |
getIdpEndpoint()
Obtains the resolved IdP endpoint to which the library presents delegated SAML authentication request. |
void |
setIdp(String idp)
Set the IdP entityID. |
void |
setIdpEndpoint(String idpEndpoint)
Used by the implementation of the IdPEPRResolver to set the resolved
IdP endpoint where the delegated SAML authentication request will be delivered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegatedSAMLAuthenticationState()
| Method Detail |
|---|
public String getIdp()
getIdPEndpointpublic void setIdp(String idp)
idp - the idp to setsetIdPEndpointpublic String getIdpEndpoint()
public void setIdpEndpoint(String idpEndpoint)
IdPEPRResolver to set the resolved
IdP endpoint where the delegated SAML authentication request will be delivered.
idpEndpoint - the idpEndpoint to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||