Class User
java.lang.Object
org.apache.nifi.authorization.file.tenants.generated.User
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the identifier property.Gets the value of the identity property.voidsetIdentifier(String value) Sets the value of the identifier property.voidsetIdentity(String value) Sets the value of the identity property.
-
Field Details
-
identifier
-
identity
-
-
Constructor Details
-
User
public User()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
getIdentity
Gets the value of the identity property.- Returns:
- possible object is
String
-
setIdentity
Sets the value of the identity property.- Parameters:
value- allowed object isString
-