| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationAuthenticateRequest |
AuthorizationAuthenticateRequest.setClaims(String claims)
Set the space-delimited names of claims to request.
|
AuthorizationAuthenticateRequest |
AuthorizationAuthenticateRequest.setClaimsLocales(String claimsLocales)
Set the space-delimited locales for claims.
|
AuthorizationAuthenticateRequest |
AuthorizationAuthenticateRequest.setLoginId(String loginId)
Set the login ID of the end-user to authenticate.
|
AuthorizationAuthenticateRequest |
AuthorizationAuthenticateRequest.setPassword(String password)
Set the password of the end-user to authenticate.
|
AuthorizationAuthenticateRequest |
AuthorizationAuthenticateRequest.setTicket(String ticket)
Set the value of
"ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation. |
Copyright © 2017. All rights reserved.