//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.06.11 at 10:33:54 AM PDT
//
package com.sun.identity.liberty.ws.common.jaxb.ac;
/**
* Indicates whether the password was chosen by the Principal or auto-supplied by the Authentication Authority.
* principalchosen - the Principal is allowed to choose the value of the password. This is true even if
* the initial password is chosen at random by the UA or the IdP and the Principal is then free to change
* the password.
* automatic - the password is chosen by the UA or the IdP to be cryptographically strong in some sense,
* or to satisfy certain password rules, and that the Principal is not free to change it or to choose a new password.
*
* Java content class for Generation element declaration.
* <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/liberty/lib-arch-authentication-context.xsd line 202)
* <p>
* <pre>
* &lt;element name="Generation">
* &lt;complexType>
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;attribute name="mechanism" use="required">
* &lt;simpleType>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
* &lt;enumeration value="principalchosen"/>
* &lt;enumeration value="automatic"/>
* &lt;/restriction>
* &lt;/simpleType>
* &lt;/attribute>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* &lt;/element>
* </pre>
*
*/
public interface GenerationElement
extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.ac.GenerationType
{
}