Uses of Enum
com.okta.sdk.resource.model.ProtocolAlgorithmResponseScope
Packages that use ProtocolAlgorithmResponseScope
-
Uses of ProtocolAlgorithmResponseScope in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ProtocolAlgorithmResponseScopeModifier and TypeMethodDescriptionSamlResponseSignatureAlgorithm.getScope()
Get scopeReturns the enum constant of this type with the specified name.static ProtocolAlgorithmResponseScope[]
ProtocolAlgorithmResponseScope.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 ProtocolAlgorithmResponseScopeModifier and TypeMethodDescriptionSamlResponseSignatureAlgorithm.scope
(ProtocolAlgorithmResponseScope scope) void
SamlResponseSignatureAlgorithm.setScope
(ProtocolAlgorithmResponseScope scope)