org.jasig.portal.security.provider.saml
Class DelegatedSAMLAuthenticationState

java.lang.Object
  extended by org.jasig.portal.security.provider.saml.DelegatedSAMLAuthenticationState

public class DelegatedSAMLAuthenticationState
extends Object

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.

Author:
Adam Rybicki

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

DelegatedSAMLAuthenticationState

public DelegatedSAMLAuthenticationState()
Method Detail

getIdp

public String getIdp()
Return the IdP entityID. This is not the IdP endpoint, or a URL.

Returns:
the idp
See Also:
getIdPEndpoint

setIdp

public void setIdp(String idp)
Set the IdP entityID.

Parameters:
idp - the idp to set
See Also:
setIdPEndpoint

getIdpEndpoint

public String getIdpEndpoint()
Obtains the resolved IdP endpoint to which the library presents delegated SAML authentication request.

Returns:
the idpEndpoint

setIdpEndpoint

public 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.

Parameters:
idpEndpoint - the idpEndpoint to set


Copyright © 2011 Jasig. All Rights Reserved.