Class FormAccessAuthorizer
java.lang.Object
de.xima.fc.web.common.auth.authorizer.FormAccessAuthorizer
- All Implemented Interfaces:
org.pac4j.core.authorization.authorizer.Authorizer
@Deprecated
public class FormAccessAuthorizer
extends Object
implements org.pac4j.core.authorization.authorizer.Authorizer
Deprecated.
An authorizer which checks if the user has access to the form by checking the appropriate user groups, the project
password or if any external client allows the access. Also the given profile types are checked against the configured
authorisators.
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionFormAccessAuthorizer
(List<org.pac4j.core.client.Client> clients, Projekt project) Deprecated.Constructor -
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) Deprecated.
-
Constructor Details
-
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) Deprecated.- Specified by:
isAuthorized
in interfaceorg.pac4j.core.authorization.authorizer.Authorizer
-