Interface AccessRights.Builder

    • Method Detail

      • autoEnroll

        AccessRights.Builder autoEnroll​(String autoEnroll)

        Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment

        Parameters:
        autoEnroll - Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccessRight, AccessRight
      • autoEnroll

        AccessRights.Builder autoEnroll​(AccessRight autoEnroll)

        Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment

        Parameters:
        autoEnroll - Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccessRight, AccessRight
      • enroll

        AccessRights.Builder enroll​(String enroll)

        Allow or deny an Active Directory group from enrolling certificates issued against a template.

        Parameters:
        enroll - Allow or deny an Active Directory group from enrolling certificates issued against a template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccessRight, AccessRight
      • enroll

        AccessRights.Builder enroll​(AccessRight enroll)

        Allow or deny an Active Directory group from enrolling certificates issued against a template.

        Parameters:
        enroll - Allow or deny an Active Directory group from enrolling certificates issued against a template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccessRight, AccessRight