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