public class AuthorizationAuthenticateRequest extends Object implements Serializable
/auth/authorization/authenticate API.
ticket(REQUIRED)The ticket issued by Authlete's
/auth/authorizationAPI to the service implementation. It is the value of"ticket"contained in the response from Authlete's/auth/authorizationAPI (AuthorizationResponse).loginId(REQUIRED)The login ID of the end-user to authenticate.
password(REQUIRED)The password of the end-user to authenticate.
claims(OPTIONAL)A space-delimited names of claims to request.
claimsLocales(OPTIONAL)A space-delimited locales for claims.
AuthorizationResponse,
Serialized Form| Constructor and Description |
|---|
AuthorizationAuthenticateRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClaims()
Get the space-delimited names of claims to request.
|
String |
getClaimsLocales()
Get the space-delimited locales for claims.
|
String |
getLoginId()
Get the login ID of the end-user to authenticate.
|
String |
getPassword()
Get the password of the end-user to authenticate.
|
String |
getTicket()
Get the value of
"ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation. |
AuthorizationAuthenticateRequest |
setClaims(String claims)
Set the space-delimited names of claims to request.
|
AuthorizationAuthenticateRequest |
setClaimsLocales(String claimsLocales)
Set the space-delimited locales for claims.
|
AuthorizationAuthenticateRequest |
setLoginId(String loginId)
Set the login ID of the end-user to authenticate.
|
AuthorizationAuthenticateRequest |
setPassword(String password)
Set the password of the end-user to authenticate.
|
AuthorizationAuthenticateRequest |
setTicket(String ticket)
Set the value of
"ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation. |
public String getTicket()
"ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation.public AuthorizationAuthenticateRequest setTicket(String ticket)
"ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation.ticket - The ticket.this object.public String getLoginId()
public AuthorizationAuthenticateRequest setLoginId(String loginId)
loginId - The login ID of the end-user to authenticate.this object.public String getPassword()
public AuthorizationAuthenticateRequest setPassword(String password)
password - The password of the end-user to authenticate.this object.public String getClaims()
public AuthorizationAuthenticateRequest setClaims(String claims)
claims - The space-delimited names of claims to request.this object.public String getClaimsLocales()
public AuthorizationAuthenticateRequest setClaimsLocales(String claimsLocales)
claimsLocales - The space-delimited locales for claims.this object.Copyright © 2019. All rights reserved.