java.lang.Object
org.apache.nifi.authorization.file.tenants.generated.User

public class User extends Object

Java class for User complex type

.

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


 <complexType name="User">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="identifier">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <pattern value=".*[^\s].*"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="identity">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <pattern value=".*[^\s].*"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • identifier

      protected String identifier
    • identity

      protected String identity
  • Constructor Details

    • User

      public User()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Gets the value of the identifier property.
      Returns:
      possible object is String
    • setIdentifier

      public void setIdentifier(String value)
      Sets the value of the identifier property.
      Parameters:
      value - allowed object is String
    • getIdentity

      public String getIdentity()
      Gets the value of the identity property.
      Returns:
      possible object is String
    • setIdentity

      public void setIdentity(String value)
      Sets the value of the identity property.
      Parameters:
      value - allowed object is String