Uses of Interface
org.eximeebpms.bpm.webapp.impl.security.filter.RequestAuthorizer
Packages that use RequestAuthorizer
-
Uses of RequestAuthorizer in org.eximeebpms.bpm.webapp.impl.security.filter
Classes in org.eximeebpms.bpm.webapp.impl.security.filter that implement RequestAuthorizerModifier and TypeClassDescriptionclassThis matcher can be used for restricting access to an app.classThis is aRequestAuthorizerwhich authorizes all process engine api requests based on the current authenticationstatic classFields in org.eximeebpms.bpm.webapp.impl.security.filter declared as RequestAuthorizerModifier and TypeFieldDescriptionstatic final RequestAuthorizerRequestAuthorizer.AUTHORIZE_ANNONYMOUSConstructors in org.eximeebpms.bpm.webapp.impl.security.filter with parameters of type RequestAuthorizerModifierConstructorDescriptionMatch(Map<String, String> parameters, RequestAuthorizer authorizer) RequestMatcher(RequestFilter filter, RequestAuthorizer authorizer)