org.apache.cxf.rs.security.saml.sso.state
Class RequestState
java.lang.Object
org.apache.cxf.rs.security.saml.sso.state.RequestState
- All Implemented Interfaces:
- Serializable
public class RequestState
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestState
public RequestState()
RequestState
public RequestState(String targetAddress,
String idpServiceAddress,
String samlRequestId,
String issuerId,
String webAppContext,
String webAppDomain,
long createdAt)
getTargetAddress
public String getTargetAddress()
getIdpServiceAddress
public String getIdpServiceAddress()
getSamlRequestId
public String getSamlRequestId()
getIssuerId
public String getIssuerId()
getCreatedAt
public long getCreatedAt()
getWebAppContext
public String getWebAppContext()
getWebAppDomain
public String getWebAppDomain()
Apache CXF