Class IsAnyoneAuthorizer

  • All Implemented Interfaces:
    org.pac4j.core.authorization.authorizer.Authorizer

    public class IsAnyoneAuthorizer
    extends Object
    implements org.pac4j.core.authorization.authorizer.Authorizer
    Authorizer that allows anyone
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • IsAnyoneAuthorizer

        public IsAnyoneAuthorizer()
    • Method Detail

      • isAuthorized

        public boolean isAuthorized​(org.pac4j.core.context.WebContext context,
                                    org.pac4j.core.context.session.SessionStore sessionStore,
                                    List<org.pac4j.core.profile.UserProfile> profiles)
        Specified by:
        isAuthorized in interface org.pac4j.core.authorization.authorizer.Authorizer