Package org.apache.cxf.jaxrs.impl
Class SecurityContextImpl
java.lang.Object
org.apache.cxf.jaxrs.impl.SecurityContextImpl
- All Implemented Interfaces:
jakarta.ws.rs.core.SecurityContext
-
Field Summary
Fields inherited from interface jakarta.ws.rs.core.SecurityContext
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SecurityContextImpl
public SecurityContextImpl(org.apache.cxf.message.Message m)
-
-
Method Details
-
getAuthenticationScheme
- Specified by:
getAuthenticationSchemein interfacejakarta.ws.rs.core.SecurityContext
-
getUserPrincipal
- Specified by:
getUserPrincipalin interfacejakarta.ws.rs.core.SecurityContext
-
isSecure
public boolean isSecure()- Specified by:
isSecurein interfacejakarta.ws.rs.core.SecurityContext
-
isUserInRole
- Specified by:
isUserInRolein interfacejakarta.ws.rs.core.SecurityContext
-