Uses of Interface
org.restlet.ext.jaxrs.RoleChecker

Packages that use RoleChecker
org.restlet.ext.jaxrs Implementation of JAX-RS 1.0 (JSR-311). 
 

Uses of RoleChecker in org.restlet.ext.jaxrs
 

Fields in org.restlet.ext.jaxrs declared as RoleChecker
static RoleChecker RoleChecker.ALLOW_ALL
          Deprecated. Access control constant that gives all roles to all principals.
static RoleChecker RoleChecker.FORBID_ALL
          Deprecated. Access control constant that doesn't give any role to any principal.
static RoleChecker RoleChecker.REJECT_WITH_ERROR
          Deprecated. An RoleChecker that throws an WebApplicationExeption with status 500 (Internal Server Error) for every call on it.
 

Methods in org.restlet.ext.jaxrs that return RoleChecker
 RoleChecker JaxRsApplication.getRoleChecker()
          Deprecated. Use ClientInfo.getRoles() instead
 RoleChecker JaxRsRestlet.getRoleChecker()
          Deprecated. Use ClientInfo.getRoles() instead
 

Methods in org.restlet.ext.jaxrs with parameters of type RoleChecker
 void JaxRsApplication.setAuthentication(Authenticator guard, RoleChecker roleChecker)
          Deprecated. Use ClientInfo.getRoles() instead
 void JaxRsApplication.setRoleChecker(RoleChecker roleChecker)
          Deprecated. Use ClientInfo.getRoles() instead
 void JaxRsRestlet.setRoleChecker(RoleChecker roleChecker)
          Deprecated. Use ClientInfo.getRoles() instead
 

Constructors in org.restlet.ext.jaxrs with parameters of type RoleChecker
JaxRsRestlet(Context context, RoleChecker roleChecker, MetadataService metadataService)
          Creates a new JaxRsRestlet with the given Context.
 



Copyright © 2005-2011 Noelios Technologies.