Class RegistrationPolicyPredicate

    • Field Detail

      • policySet

        @Nonnull
        @NonnullElements
        private final Set<String> policySet
        Policies to match on.
    • Constructor Detail

      • RegistrationPolicyPredicate

        public RegistrationPolicyPredicate​(@Nullable @ParameterName(name="policies")
                                           Collection<String> policies)
        Constructor.
        Parameters:
        policies - the policies to test for
    • Method Detail

      • getPolicies

        @Nonnull
        @NonnullElements
        @Unmodifiable
        @NotLive
        public Set<String> getPolicies()
        Get the policy criteria.
        Returns:
        the policy criteria