public interface RestAuthenticator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRequestAuthorized(org.restlet.Request request)
Called after a user is successfully authenticated against the Activiti identity-management.
|
boolean |
requestRequiresAuthentication(org.restlet.Request request)
Called before check is done to see if the request originates from a valid user.
|
boolean requestRequiresAuthentication(org.restlet.Request request)
isRequestAuthorized(Request)
won't be called for this request.boolean isRequestAuthorized(org.restlet.Request request)
Copyright © 2013 Alfresco. All rights reserved.