Class IsAuthenticatedByClientAuthorizer

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

    public class IsAuthenticatedByClientAuthorizer
    extends org.pac4j.core.authorization.authorizer.AbstractCheckAuthenticationAuthorizer
    Checks the client name of the profile
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • 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)
      • isProfileAuthorized

        protected boolean isProfileAuthorized​(org.pac4j.core.context.WebContext context,
                                              org.pac4j.core.context.session.SessionStore sessionStore,
                                              org.pac4j.core.profile.UserProfile profile)
        Specified by:
        isProfileAuthorized in class org.pac4j.core.authorization.authorizer.ProfileAuthorizer