Uses of Class
com.authlete.common.dto.CimdOptions
-
Packages that use CimdOptions Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of CimdOptions in com.authlete.common.dto
Methods in com.authlete.common.dto that return CimdOptions Modifier and Type Method Description CimdOptionsAuthorizationRequest. getCimdOptions()Get options for CIMD processing.CimdOptionsBackchannelAuthenticationRequest. getCimdOptions()Get options for CIMD processing.CimdOptionsDeviceAuthorizationRequest. getCimdOptions()Get options for CIMD processing.CimdOptionsTokenRequest. getCimdOptions()Get options for CIMD processing.CimdOptionsCimdOptions. setAlwaysRetrieved(boolean always)Set the flag that indicates whether Authlete should always fetch the client metadata from the location specified by the client ID, regardless of whether a cached copy already exists and has not yet expired.CimdOptionsCimdOptions. setHttpPermitted(boolean permitted)Set the flag that indicates whether thehttpscheme in the client ID is permitted.CimdOptionsCimdOptions. setQueryPermitted(boolean permitted)Set the flag that indicates whether a query component in the client ID is permitted.Methods in com.authlete.common.dto with parameters of type CimdOptions Modifier and Type Method Description AuthorizationRequestAuthorizationRequest. setCimdOptions(CimdOptions options)Set options for CIMD processing.BackchannelAuthenticationRequestBackchannelAuthenticationRequest. setCimdOptions(CimdOptions options)Set options for CIMD processing.DeviceAuthorizationRequestDeviceAuthorizationRequest. setCimdOptions(CimdOptions options)Set options for CIMD processing.TokenRequestTokenRequest. setCimdOptions(CimdOptions options)Set options for CIMD processing.
-