Uses of Class
org.keycloak.dom.saml.v2.ac.NymType
-
Packages that use NymType Package Description org.keycloak.dom.saml.v2.ac -
-
Uses of NymType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as NymType Modifier and Type Field Description protected NymTypeIdentificationType. nymMethods in org.keycloak.dom.saml.v2.ac 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 with parameters of type NymType Modifier and Type Method Description voidIdentificationType. setNym(NymType value)Sets the value of the nym property.
-