Class TokenTypeLifeCycleRule


  • public class TokenTypeLifeCycleRule
    extends java.lang.Object

    Java class for TokenTypeLifeCycleRule complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TokenTypeLifeCycleRule">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="tokenEvent" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="tokenClasses">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="tokenClass" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="tokenAction" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="credentialSubTypes">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="credentialSubType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TokenTypeLifeCycleRule

        public TokenTypeLifeCycleRule()
    • Method Detail

      • getTokenEvent

        public java.lang.String getTokenEvent()
        Gets the value of the tokenEvent property.
        Returns:
        possible object is String
      • setTokenEvent

        public void setTokenEvent​(java.lang.String value)
        Sets the value of the tokenEvent property.
        Parameters:
        value - allowed object is String
      • getTokenAction

        public java.lang.String getTokenAction()
        Gets the value of the tokenAction property.
        Returns:
        possible object is String
      • setTokenAction

        public void setTokenAction​(java.lang.String value)
        Sets the value of the tokenAction property.
        Parameters:
        value - allowed object is String
      • isEnabled

        public boolean isEnabled()
        Gets the value of the enabled property.
      • setEnabled

        public void setEnabled​(boolean value)
        Sets the value of the enabled property.