Uses of Class
com.authlete.common.dto.DynamicScope
-
Packages that use DynamicScope Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of DynamicScope in com.authlete.common.dto
Methods in com.authlete.common.dto that return DynamicScope Modifier and Type Method Description DynamicScope[]AuthorizationResponse. getDynamicScopes()Get the dynamic scopes which the client application requested by thescoperequest parameter.DynamicScope[]BackchannelAuthenticationResponse. getDynamicScopes()Get the dynamic scopes which the client application requested by thescoperequest parameter.DynamicScope[]DeviceAuthorizationResponse. getDynamicScopes()Get the dynamic scopes which the client application requested by thescoperequest parameter.DynamicScope[]DeviceVerificationResponse. getDynamicScopes()Get the dynamic scopes which the client application requested by thescoperequest parameter.DynamicScopeDynamicScope. setName(String name)Set the scope name.DynamicScopeDynamicScope. setValue(String value)Set the scope value.Methods in com.authlete.common.dto with parameters of type DynamicScope Modifier and Type Method Description intDynamicScope. compareTo(DynamicScope other)voidAuthorizationResponse. setDynamicScopes(DynamicScope[] dynamicScopes)Set the dynamic scopes which the client application requested by thescoperequest parameter.BackchannelAuthenticationResponseBackchannelAuthenticationResponse. setDynamicScopes(DynamicScope[] dynamicScopes)Set the dynamic scopes which the client application requested by thescoperequest parameter.DeviceAuthorizationResponseDeviceAuthorizationResponse. setDynamicScopes(DynamicScope[] dynamicScopes)Set the dynamic scopes which the client application requested by thescoperequest parameter.DeviceVerificationResponseDeviceVerificationResponse. setDynamicScopes(DynamicScope[] dynamicScopes)Set the dynamic scopes which the client application requested by thescoperequest parameter.
-