|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
org.restlet.routing | Classes related to call routing. |
org.restlet.security | Classes related to security. |
org.restlet.service | Services used by applications and components. |
Uses of Filter in org.restlet.routing |
---|
Subclasses of Filter in org.restlet.routing | |
---|---|
class |
Extractor
Filter extracting attributes from a call. |
class |
Route
Deprecated. Use TemplateRoute instead. |
class |
TemplateRoute
Filter scoring the affinity of calls with the attached Restlet. |
class |
Validator
Filter validating attributes from a call. |
Uses of Filter in org.restlet.security |
---|
Subclasses of Filter in org.restlet.security | |
---|---|
class |
Authenticator
Filter authenticating the client sending the request. |
class |
Authorizer
Filter authorizing requests. |
class |
ChallengeAuthenticator
Authenticator based on a challenge scheme. |
class |
Guard
Deprecated. Use the ChallengeAuthenticator class instead. |
class |
MethodAuthorizer
Authorizer based on authorized methods. |
class |
RoleAuthorizer
Authorizer based on authorized and forbidden roles. |
Uses of Filter in org.restlet.service |
---|
Methods in org.restlet.service that return Filter | |
---|---|
Filter |
TunnelService.createInboundFilter(Context context)
|
Filter |
RangeService.createInboundFilter(Context context)
|
Filter |
StatusService.createInboundFilter(Context context)
|
Filter |
LogService.createInboundFilter(Context context)
|
Filter |
Service.createInboundFilter(Context context)
Create the filter that should be invoked for incoming calls. |
Filter |
DecoderService.createInboundFilter(Context context)
|
Filter |
Service.createOutboundFilter(Context context)
Create the filter that should be invoked for outgoing calls. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |