Uses of Enum Class
org.keycloak.protocol.saml.SAMLEncryptionAlgorithms
-
Uses of SAMLEncryptionAlgorithms in org.keycloak.protocol.saml
Modifier and TypeMethodDescriptionstatic SAMLEncryptionAlgorithms
SAMLEncryptionAlgorithms.forKeycloakIdentifier
(String keycloakIdentifier) Returns the SAMLEncryptionAlgorithms for the keycloak identifier.static SAMLEncryptionAlgorithms
SAMLEncryptionAlgorithms.forXMLEncIdentifier
(String xmlEncIdentifier) Returns the SAMLEncryptionAlgorithms that contains the xml enc identifier.static SAMLEncryptionAlgorithms
Returns the enum constant of this class with the specified name.static SAMLEncryptionAlgorithms[]
SAMLEncryptionAlgorithms.values()
Returns an array containing the constants of this enum class, in the order they are declared.