Uses of Class
org.keycloak.dom.saml.v2.ac.classes.NymType
-
Packages that use NymType Package Description org.keycloak.dom.saml.v2.ac.classes -
-
Uses of NymType in org.keycloak.dom.saml.v2.ac.classes
Fields in org.keycloak.dom.saml.v2.ac.classes declared as NymType Modifier and Type Field Description protected NymTypeIdentificationType. nymMethods in org.keycloak.dom.saml.v2.ac.classes that return NymType Modifier and Type Method Description static NymTypeNymType. fromValue(String v)NymTypeIdentificationType. getNym()Gets the value of the nym property.static NymTypeNymType. valueOf(String name)Returns the enum constant of this type with the specified name.static NymType[]NymType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.dom.saml.v2.ac.classes with parameters of type NymType Modifier and Type Method Description voidIdentificationType. setNym(NymType value)Sets the value of the nym property.
-