Class Authorizers

java.lang.Object
org.apache.nifi.authorization.generated.Authorizers

public class Authorizers extends Object

Java class for anonymous complex type

.

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


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="userGroupProvider" type="{}UserGroupProvider" maxOccurs="unbounded" minOccurs="0"/>
         <element name="accessPolicyProvider" type="{}AccessPolicyProvider" maxOccurs="unbounded" minOccurs="0"/>
         <element name="authorizer" type="{}Authorizer" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Authorizers

      public Authorizers()
  • Method Details

    • getUserGroupProvider

      public List<UserGroupProvider> getUserGroupProvider()
      Gets the value of the userGroupProvider property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the userGroupProvider property.

      For example, to add a new item, do as follows:

       getUserGroupProvider().add(newItem);
       

      Objects of the following type(s) are allowed in the list UserGroupProvider

      Returns:
      The value of the userGroupProvider property.
    • getAccessPolicyProvider

      public List<AccessPolicyProvider> getAccessPolicyProvider()
      Gets the value of the accessPolicyProvider property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the accessPolicyProvider property.

      For example, to add a new item, do as follows:

       getAccessPolicyProvider().add(newItem);
       

      Objects of the following type(s) are allowed in the list AccessPolicyProvider

      Returns:
      The value of the accessPolicyProvider property.
    • getAuthorizer

      public List<Authorizer> getAuthorizer()
      Gets the value of the authorizer property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the authorizer property.

      For example, to add a new item, do as follows:

       getAuthorizer().add(newItem);
       

      Objects of the following type(s) are allowed in the list Authorizer

      Returns:
      The value of the authorizer property.