Package org.keycloak.dom.saml.v2.ac
Class Generation
- java.lang.Object
- 
- org.keycloak.dom.saml.v2.ac.Generation
 
- 
 public class Generation extends Object Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="mechanism" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="principalchosen"/> <enumeration value="automatic"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
- 
- 
Constructor SummaryConstructors Constructor Description Generation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMechanism()Gets the value of the mechanism property.voidsetMechanism(String value)Sets the value of the mechanism property.
 
- 
- 
- 
Field Detail- 
mechanismprotected String mechanism 
 
- 
 
-