Class DummySecurityContext
java.lang.Object
org.exoplatform.services.rest.tools.DummySecurityContext
- All Implemented Interfaces:
javax.ws.rs.core.SecurityContext
- Version:
- $Id$
- Author:
- Andrey Parfonov
-
Field Summary
Fields inherited from interface javax.ws.rs.core.SecurityContext
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DummySecurityContext
-
-
Method Details
-
getAuthenticationScheme
- Specified by:
getAuthenticationSchemein interfacejavax.ws.rs.core.SecurityContext
-
getUserPrincipal
- Specified by:
getUserPrincipalin interfacejavax.ws.rs.core.SecurityContext
-
isSecure
public boolean isSecure()- Specified by:
isSecurein interfacejavax.ws.rs.core.SecurityContext
-
isUserInRole
- Specified by:
isUserInRolein interfacejavax.ws.rs.core.SecurityContext
-