|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.Restlet
org.restlet.routing.Filter
org.restlet.security.Authorizer
org.restlet.security.MethodAuthorizer
fr.cnes.sitools.security.authorization.business.SitoolsMethodAuthorizer
public class SitoolsMethodAuthorizer
Method authorizer taking into account of tunneling method
Field Summary |
---|
Fields inherited from class org.restlet.security.Authorizer |
---|
ALWAYS, AUTHENTICATED, NEVER |
Fields inherited from class org.restlet.routing.Filter |
---|
CONTINUE, SKIP, STOP |
Constructor Summary | |
---|---|
SitoolsMethodAuthorizer(org.restlet.Application application)
Constructor with Application parent |
Method Summary | |
---|---|
boolean |
authorize(org.restlet.Request request,
org.restlet.Response response)
|
org.restlet.Application |
getApplication()
|
Methods inherited from class org.restlet.security.MethodAuthorizer |
---|
getAnonymousMethods, getAuthenticatedMethods, setAnonymousMethods, setAuthenticatedMethods |
Methods inherited from class org.restlet.security.Authorizer |
---|
getIdentifier, setIdentifier |
Methods inherited from class org.restlet.routing.Filter |
---|
getNext, handle, hasNext, setNext, setNext, start, stop |
Methods inherited from class org.restlet.Restlet |
---|
getAuthor, getContext, getDescription, getLogger, getName, getOwner, isStarted, isStopped, setAuthor, setContext, setDescription, setName, setOwner |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SitoolsMethodAuthorizer(org.restlet.Application application)
application
- Application parent of the authorizer (can be null)Method Detail |
---|
public boolean authorize(org.restlet.Request request, org.restlet.Response response)
authorize
in class org.restlet.security.MethodAuthorizer
public org.restlet.Application getApplication()
getApplication
in class org.restlet.Restlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |