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
Constructors Constructor Description FormAccessAuthorizer(List<org.pac4j.core.client.Client> clients, Projekt project)
Deprecated.Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isAuthorized(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore, List<org.pac4j.core.profile.UserProfile> profiles)
Deprecated.
-
-
-
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)
Deprecated.- Specified by:
isAuthorized
in interfaceorg.pac4j.core.authorization.authorizer.Authorizer
-
-