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) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedAt() |
String |
getIdpServiceAddress() |
String |
getIssuerId() |
String |
getSamlRequestId() |
String |
getTargetAddress() |
String |
getWebAppContext() |
String |
getWebAppDomain() |
public String getTargetAddress()
public String getIdpServiceAddress()
public String getSamlRequestId()
public String getIssuerId()
public long getCreatedAt()
public String getWebAppContext()
public String getWebAppDomain()
Apache CXF