Uses of Enum
com.okta.sdk.resource.model.ProtocolAlgorithmRequestScope
Packages that use ProtocolAlgorithmRequestScope
-
Uses of ProtocolAlgorithmRequestScope in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ProtocolAlgorithmRequestScopeModifier and TypeMethodDescriptionOidcRequestSignatureAlgorithm.getScope()
Get scopeSamlRequestSignatureAlgorithm.getScope()
Get scopeReturns the enum constant of this type with the specified name.static ProtocolAlgorithmRequestScope[]
ProtocolAlgorithmRequestScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type ProtocolAlgorithmRequestScopeModifier and TypeMethodDescriptionOidcRequestSignatureAlgorithm.scope
(ProtocolAlgorithmRequestScope scope) SamlRequestSignatureAlgorithm.scope
(ProtocolAlgorithmRequestScope scope) void
OidcRequestSignatureAlgorithm.setScope
(ProtocolAlgorithmRequestScope scope) void
SamlRequestSignatureAlgorithm.setScope
(ProtocolAlgorithmRequestScope scope)