Class BasicAccessControlService

    • Constructor Detail

      • BasicAccessControlService

        public BasicAccessControlService()
        Constructor.
    • Method Detail

      • getInstance

        @Nonnull
        public AccessControl getInstance​(@Nonnull
                                         String name)
        Get an AccessControl instance matching a given name.

        In the absence of a matching instance, a default policy that denies access is returned.

        Specified by:
        getInstance in interface AccessControlService
        Parameters:
        name - policy name
        Returns:
        the matching instance, or a default