Uses of Enum
com.okta.sdk.resource.model.SamlSigningAlgorithm
Packages that use SamlSigningAlgorithm
-
Uses of SamlSigningAlgorithm in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return SamlSigningAlgorithmModifier and TypeMethodDescriptionstatic SamlSigningAlgorithmSamlRequestSignatureAlgorithm.getAlgorithm()Get algorithmSamlResponseSignatureAlgorithm.getAlgorithm()Get algorithmstatic SamlSigningAlgorithmReturns the enum constant of this type with the specified name.static SamlSigningAlgorithm[]SamlSigningAlgorithm.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 SamlSigningAlgorithmModifier and TypeMethodDescriptionSamlRequestSignatureAlgorithm.algorithm(SamlSigningAlgorithm algorithm) SamlResponseSignatureAlgorithm.algorithm(SamlSigningAlgorithm algorithm) voidSamlRequestSignatureAlgorithm.setAlgorithm(SamlSigningAlgorithm algorithm) voidSamlResponseSignatureAlgorithm.setAlgorithm(SamlSigningAlgorithm algorithm)