Interface CugExclude

  • All Known Implementing Classes:
    CugExclude.Default, CugExcludeImpl

    @ProviderType
    public interface CugExclude
    Interface that allows to exclude certain principals from the CUG evaluation. For the excluded principals the closed user group policies will be ignored.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  CugExclude.Default
      Default implementation of the CugExclude interface that excludes the following principal classes from CUG evaluation: AdminPrincipals SystemPrincipal SystemUserPrincipal
    • Method Detail

      • isExcluded

        boolean isExcluded​(@NotNull
                           @NotNull java.util.Set<java.security.Principal> principals)