Uses of Class
com.authlete.common.dto.Scope
-
Packages that use Scope Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.util Utility classes. -
-
Uses of Scope in com.authlete.common.dto
Methods in com.authlete.common.dto that return Scope Modifier and Type Method Description Scope[]
IntrospectionResponse. getScopeDetails()
Get the details of the scopes.Scope[]
AuthorizationResponse. getScopes()
Get the scopes which the client application requests by"scope"
request parameter.Scope[]
BackchannelAuthenticationResponse. getScopes()
Get the scopes requested by the backchannel authentication request.Scope[]
DeviceAuthorizationResponse. getScopes()
Get the scopes requested by the device authorization request.Scope[]
DeviceVerificationResponse. getScopes()
Get the scopes requested by the device authorization request for the user code.Scope[]
TokenInfo. getScopes()
Get the scopes.Scope[]
Service. getSupportedScopes()
Get the supported scopes.Scope
Scope. setAttributes(Pair[] attributes)
Set attributes.Scope
Scope. setAttributes(Iterable<Pair> attributes)
Set attributes.Scope
Scope. setDefaultEntry(boolean defaultEntry)
Set the flag that indicates whether this scope is included in the default scope list.Scope
Scope. setDescription(String description)
Set the description.Scope
Scope. setDescriptions(TaggedValue[] descriptions)
Set descriptions for various languages.Scope
Scope. setName(String name)
Set the scope name.Methods in com.authlete.common.dto with parameters of type Scope Modifier and Type Method Description int
Scope.NameComparator. compare(Scope a, Scope b)
static String[]
Scope. extractNames(Scope[] scopes)
Extract scope names.void
IntrospectionResponse. setScopeDetails(Scope[] details)
Set the details of the scopes.void
AuthorizationResponse. setScopes(Scope[] scopes)
Set the scopes which the client application requests or the default scopes when the authorization request does not contain"scope"
request parameter.BackchannelAuthenticationResponse
BackchannelAuthenticationResponse. setScopes(Scope[] scopes)
Set the scopes requested by the backchannel authentication request.DeviceAuthorizationResponse
DeviceAuthorizationResponse. setScopes(Scope[] scopes)
Set the scopes requested by the device authorization request.DeviceVerificationResponse
DeviceVerificationResponse. setScopes(Scope[] scopes)
Set the scopes requested by the device authorization request for the user code.TokenInfo
TokenInfo. setScopes(Scope[] scopes)
Set the scopes.Service
Service. setSupportedScopes(Scope[] supportedScopes)
Set the supported scopes. -
Uses of Scope in com.authlete.common.util
Methods in com.authlete.common.util with parameters of type Scope Modifier and Type Method Description static String
Utils. stringifyScopeNames(Scope[] scopes)
Generate a list of scope names.
-