public class RequestState extends Object implements Serializable
Constructor and Description |
---|
RequestState() |
RequestState(String targetAddress,
String idpServiceAddress,
String samlRequestId,
String issuerId,
String webAppContext,
String webAppDomain,
long createdAt,
long timeToLive) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getCreatedAt() |
String |
getIdpServiceAddress() |
String |
getIssuerId() |
String |
getSamlRequestId() |
String |
getTargetAddress() |
long |
getTimeToLive() |
String |
getWebAppContext() |
String |
getWebAppDomain() |
int |
hashCode() |
public String getTargetAddress()
public String getIdpServiceAddress()
public String getSamlRequestId()
public String getIssuerId()
public long getCreatedAt()
public long getTimeToLive()
public String getWebAppContext()
public String getWebAppDomain()
Apache CXF