Uses of Enum
com.okta.sdk.resource.model.SigningAlgorithm
Packages that use SigningAlgorithm
-
Uses of SigningAlgorithm in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return SigningAlgorithmModifier and TypeMethodDescriptionstatic SigningAlgorithmSchemasJsonWebKey.getAlg()Get algstatic SigningAlgorithmReturns the enum constant of this type with the specified name.static SigningAlgorithm[]SigningAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type SigningAlgorithmModifier and TypeMethodDescriptionOAuthMetadata.getBackchannelAuthenticationRequestSigningAlgValuesSupported()<div class=\"x-lifecycle-container\"><x-lifecycle class=\"lea\"></x-lifecycle> <x-lifecycle class=\"oie\"></x-lifecycle></div>A list of signing algorithms that this authorization server supports for signed requests.Client.getRequestObjectSigningAlg()The type of [JSON Web Key Set](https://tools.ietf.org/html/rfc7517#section-5) algorithm that must be used for signing request objectsOAuthMetadata.getRequestObjectSigningAlgValuesSupported()A list of signing algorithms that this authorization server supports for signed requests.Methods in com.okta.sdk.resource.model with parameters of type SigningAlgorithmModifier and TypeMethodDescriptionOAuthMetadata.addbackchannelAuthenticationRequestSigningAlgValuesSupportedItem(SigningAlgorithm backchannelAuthenticationRequestSigningAlgValuesSupportedItem) Client.addrequestObjectSigningAlgItem(SigningAlgorithm requestObjectSigningAlgItem) OAuthMetadata.addrequestObjectSigningAlgValuesSupportedItem(SigningAlgorithm requestObjectSigningAlgValuesSupportedItem) SchemasJsonWebKey.alg(SigningAlgorithm alg) voidSchemasJsonWebKey.setAlg(SigningAlgorithm alg) Method parameters in com.okta.sdk.resource.model with type arguments of type SigningAlgorithmModifier and TypeMethodDescriptionOAuthMetadata.backchannelAuthenticationRequestSigningAlgValuesSupported(List<SigningAlgorithm> backchannelAuthenticationRequestSigningAlgValuesSupported) Client.requestObjectSigningAlg(List<SigningAlgorithm> requestObjectSigningAlg) OAuthMetadata.requestObjectSigningAlgValuesSupported(List<SigningAlgorithm> requestObjectSigningAlgValuesSupported) voidOAuthMetadata.setBackchannelAuthenticationRequestSigningAlgValuesSupported(List<SigningAlgorithm> backchannelAuthenticationRequestSigningAlgValuesSupported) voidClient.setRequestObjectSigningAlg(List<SigningAlgorithm> requestObjectSigningAlg) voidOAuthMetadata.setRequestObjectSigningAlgValuesSupported(List<SigningAlgorithm> requestObjectSigningAlgValuesSupported)