public class SamlRequest extends Object implements AuthenticationRequest
| Constructor and Description |
|---|
SamlRequest(String id,
String loginRequestUrl,
String relayState) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getLoginRequestUrl() |
String |
getPublicId()
Id of the request that can be shown to the user.
|
String |
getRelayState() |
String |
getSessionDataKey()
Key for looking up this object in session data.
|
int |
hashCode() |
String |
toString() |
public String getId()
public String getLoginRequestUrl()
getLoginRequestUrl in interface AuthenticationRequestpublic String getRelayState()
public String getSessionDataKey()
AuthenticationRequestgetSessionDataKey in interface AuthenticationRequestpublic String getPublicId()
AuthenticationRequestgetPublicId in interface AuthenticationRequestCopyright © 2023 Atlassian. All rights reserved.