| Package | Description |
|---|---|
| com.authlete.jaxrs |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationPageModel |
AuthorizationPageModel.setClientName(String clientName)
Set the name of the client application.
|
AuthorizationPageModel |
AuthorizationPageModel.setClientUri(String clientUri)
Set the URL of the homepage of the client application.
|
AuthorizationPageModel |
AuthorizationPageModel.setDescription(String description)
Set the description of the client application.
|
AuthorizationPageModel |
AuthorizationPageModel.setLoginId(String loginId)
Set the login ID which should be set to the login ID field
in the authorization page as the initial value.
|
AuthorizationPageModel |
AuthorizationPageModel.setLoginIdReadOnly(String loginIdReadOnly)
Set the value returned from
getLoginIdReadOnly(). |
AuthorizationPageModel |
AuthorizationPageModel.setLogoUri(String logoUri)
Set the URL of the logo image of the client application.
|
AuthorizationPageModel |
AuthorizationPageModel.setPolicyUri(String policyUri)
Set the URL of the policy page of the client application.
|
AuthorizationPageModel |
AuthorizationPageModel.setScopes(com.authlete.common.dto.Scope[] scopes)
Set the list of scopes requested by the authorization request.
|
AuthorizationPageModel |
AuthorizationPageModel.setServiceName(String serviceName)
Set the name of the service.
|
AuthorizationPageModel |
AuthorizationPageModel.setTosUri(String tosUri)
Set the URL of "Terms of Service" page of the client application.
|
Copyright © 2016. All rights reserved.