Uses of Class
org.keycloak.dom.saml.v2.metadata.KeyTypes
-
Packages that use KeyTypes Package Description org.keycloak.dom.saml.v2.metadata -
-
Uses of KeyTypes in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata declared as KeyTypes Modifier and Type Field Description protected KeyTypesKeyDescriptorType. useMethods in org.keycloak.dom.saml.v2.metadata that return KeyTypes Modifier and Type Method Description static KeyTypesKeyTypes. fromValue(String v)KeyTypesKeyDescriptorType. getUse()Gets the value of the use property.static KeyTypesKeyTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyTypes[]KeyTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type KeyTypes Modifier and Type Method Description voidKeyDescriptorType. setUse(KeyTypes value)Sets the value of the use property.
-