Uses of Class
org.keycloak.dom.saml.v2.ac.Generation
-
Packages that use Generation Package Description org.keycloak.dom.saml.v2.ac -
-
Uses of Generation in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as Generation Modifier and Type Field Description protected Generation
ActivationPinType. generation
protected Generation
PasswordType. generation
Methods in org.keycloak.dom.saml.v2.ac that return Generation Modifier and Type Method Description Generation
ActivationPinType. getGeneration()
Gets the value of the generation property.Generation
PasswordType. getGeneration()
Gets the value of the generation property.Methods in org.keycloak.dom.saml.v2.ac with parameters of type Generation Modifier and Type Method Description void
ActivationPinType. setGeneration(Generation value)
Sets the value of the generation property.void
PasswordType. setGeneration(Generation value)
Sets the value of the generation property.
-