Uses of Class
org.keycloak.protocol.saml.SAMLEncryptionAlgorithms
-
Packages that use SAMLEncryptionAlgorithms Package Description org.keycloak.protocol.saml -
-
Uses of SAMLEncryptionAlgorithms in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml that return SAMLEncryptionAlgorithms Modifier and Type Method Description static SAMLEncryptionAlgorithms
SAMLEncryptionAlgorithms. forKeycloakIdentifier(String keycloakIdentifier)
static SAMLEncryptionAlgorithms
SAMLEncryptionAlgorithms. forXMLEncIdentifier(String xmlEncIdentifier)
static SAMLEncryptionAlgorithms
SAMLEncryptionAlgorithms. valueOf(String name)
Returns the enum constant of this type with the specified name.static SAMLEncryptionAlgorithms[]
SAMLEncryptionAlgorithms. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-