Class RegistrationAuthorityPredicate

    • Field Detail

      • authorities

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

      • RegistrationAuthorityPredicate

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

      • getAuthorities

        @Nonnull
        @NonnullElements
        @Unmodifiable
        @NotLive
        public Set<String> getAuthorities()
        Get the authority name criteria.
        Returns:
        the authority name criteria