Uses of Class
eu.europa.esig.saml.jaxb.authn.context.Generation
Package | Description |
---|---|
eu.europa.esig.saml.jaxb.authn.context |
-
Uses of Generation in eu.europa.esig.saml.jaxb.authn.context
Fields in eu.europa.esig.saml.jaxb.authn.context declared as Generation Modifier and Type Field Description protected Generation
ActivationPinType. generation
protected Generation
PasswordType. generation
Methods in eu.europa.esig.saml.jaxb.authn.context that return Generation Modifier and Type Method Description Generation
ObjectFactory. createGeneration()
Create an instance ofGeneration
Generation
ActivationPinType. getGeneration()
Gets the value of the generation property.Generation
PasswordType. getGeneration()
Gets the value of the generation property.Methods in eu.europa.esig.saml.jaxb.authn.context 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.