Package com.axelor.auth.pac4j
Class AxelorUserAuthorizer
java.lang.Object
com.axelor.auth.pac4j.AxelorUserAuthorizer
- All Implemented Interfaces:
org.pac4j.core.authorization.authorizer.Authorizer
@Singleton
public class AxelorUserAuthorizer
extends Object
implements org.pac4j.core.authorization.authorizer.Authorizer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isAuthorized
(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore, List<org.pac4j.core.profile.UserProfile> profiles)
-
Field Details
-
USER_AUTHORIZER_NAME
- See Also:
-
-
Constructor Details
-
AxelorUserAuthorizer
-
-
Method Details
-
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 interfaceorg.pac4j.core.authorization.authorizer.Authorizer
-