Uses of Class
org.keycloak.dom.saml.v2.ac.classes.Generation
-
Packages that use Generation Package Description org.keycloak.dom.saml.v2.ac.classes -
-
Uses of Generation in org.keycloak.dom.saml.v2.ac.classes
Fields in org.keycloak.dom.saml.v2.ac.classes declared as Generation Modifier and Type Field Description protected Generation
ActivationPinType. generation
protected Generation
PasswordType. generation
Methods in org.keycloak.dom.saml.v2.ac.classes 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.classes 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.
-