Class Subject

  • Direct Known Subclasses:
    Subject

    public class Subject
    extends Nameable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://www.appng.org/schema/appngizer}nameable">
           <sequence>
             <element name="realName" type="{http://www.appng.org/schema/appngizer}stringNotBlank"/>
             <element name="email" type="{http://www.appng.org/schema/appngizer}email"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="digest" type="{http://www.appng.org/schema/appngizer}stringNotBlank" minOccurs="0"/>
             <element name="timeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="language" type="{http://www.appng.org/schema/appngizer}stringNotBlank" minOccurs="0"/>
             <element name="lastLogin" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="expiryDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="failedLoginAttempts" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="passwordChangePolicy" type="{http://www.appng.org/schema/appngizer}passwordChangePolicy" minOccurs="0"/>
             <element name="type" type="{http://www.appng.org/schema/appngizer}userType"/>
             <element ref="{http://www.appng.org/schema/appngizer}groups" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Subject

        public Subject()
    • Method Detail

      • getRealName

        public String getRealName()
        Gets the value of the realName property.
        Returns:
        possible object is String
      • setRealName

        public void setRealName​(String value)
        Sets the value of the realName property.
        Parameters:
        value - allowed object is String
      • getEmail

        public String getEmail()
        Gets the value of the email property.
        Returns:
        possible object is String
      • setEmail

        public void setEmail​(String value)
        Sets the value of the email property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getDigest

        public String getDigest()
        Gets the value of the digest property.
        Returns:
        possible object is String
      • setDigest

        public void setDigest​(String value)
        Sets the value of the digest property.
        Parameters:
        value - allowed object is String
      • getTimeZone

        public String getTimeZone()
        Gets the value of the timeZone property.
        Returns:
        possible object is String
      • setTimeZone

        public void setTimeZone​(String value)
        Sets the value of the timeZone property.
        Parameters:
        value - allowed object is String
      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • isLocked

        public Boolean isLocked()
        Gets the value of the locked property.
        Returns:
        possible object is Boolean
      • setLocked

        public void setLocked​(Boolean value)
        Sets the value of the locked property.
        Parameters:
        value - allowed object is Boolean
      • getFailedLoginAttempts

        public Integer getFailedLoginAttempts()
        Gets the value of the failedLoginAttempts property.
        Returns:
        possible object is Integer
      • setFailedLoginAttempts

        public void setFailedLoginAttempts​(Integer value)
        Sets the value of the failedLoginAttempts property.
        Parameters:
        value - allowed object is Integer
      • setPasswordChangePolicy

        public void setPasswordChangePolicy​(PasswordChangePolicy value)
        Sets the value of the passwordChangePolicy property.
        Parameters:
        value - allowed object is PasswordChangePolicy
      • getType

        public UserType getType()
        Gets the value of the type property.
        Returns:
        possible object is UserType
      • setType

        public void setType​(UserType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is UserType
      • getGroups

        public Groups getGroups()
        Gets the value of the groups property.
        Returns:
        possible object is Groups
      • setGroups

        public void setGroups​(Groups value)
        Sets the value of the groups property.
        Parameters:
        value - allowed object is Groups