Class RequestAuthorizer.AnnonymousAuthorizer
java.lang.Object
org.eximeebpms.bpm.webapp.impl.security.filter.RequestAuthorizer.AnnonymousAuthorizer
- All Implemented Interfaces:
RequestAuthorizer
- Enclosing interface:
- RequestAuthorizer
public static class RequestAuthorizer.AnnonymousAuthorizer
extends Object
implements RequestAuthorizer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eximeebpms.bpm.webapp.impl.security.filter.RequestAuthorizer
RequestAuthorizer.AnnonymousAuthorizer -
Field Summary
Fields inherited from interface org.eximeebpms.bpm.webapp.impl.security.filter.RequestAuthorizer
AUTHORIZE_ANNONYMOUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAuthorize a request with the given parameters by returning a validAuthentication.
-
Constructor Details
-
AnnonymousAuthorizer
public AnnonymousAuthorizer()
-
-
Method Details
-
authorize
Description copied from interface:RequestAuthorizerAuthorize a request with the given parameters by returning a validAuthentication.- Specified by:
authorizein interfaceRequestAuthorizer- Returns:
- a valid
Authenticationornullif authorization to this request has not been granted
-