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.ScopeScope. setAttributes(Pair[] attributes)Set attributes.ScopeScope. setAttributes(Iterable<Pair> attributes)Set attributes.ScopeScope. setDefaultEntry(boolean defaultEntry)Set the flag that indicates whether this scope is included in the default scope list.ScopeScope. setDescription(String description)Set the description.ScopeScope. setDescriptions(TaggedValue[] descriptions)Set descriptions for various languages.ScopeScope. setName(String name)Set the scope name.Methods in com.authlete.common.dto with parameters of type Scope Modifier and Type Method Description intScope.NameComparator. compare(Scope a, Scope b)static String[]Scope. extractNames(Scope[] scopes)Extract scope names.voidIntrospectionResponse. setScopeDetails(Scope[] details)Set the details of the scopes.voidAuthorizationResponse. 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.BackchannelAuthenticationResponseBackchannelAuthenticationResponse. setScopes(Scope[] scopes)Set the scopes requested by the backchannel authentication request.DeviceAuthorizationResponseDeviceAuthorizationResponse. setScopes(Scope[] scopes)Set the scopes requested by the device authorization request.DeviceVerificationResponseDeviceVerificationResponse. setScopes(Scope[] scopes)Set the scopes requested by the device authorization request for the user code.TokenInfoTokenInfo. setScopes(Scope[] scopes)Set the scopes.ServiceService. 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 StringUtils. stringifyScopeNames(Scope[] scopes)Generate a list of scope names.
-