public class SecurityContextImpl extends Object implements javax.ws.rs.core.SecurityContext
Constructor and Description |
---|
SecurityContextImpl(Message m) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationScheme() |
Principal |
getUserPrincipal() |
boolean |
isSecure() |
boolean |
isUserInRole(String role) |
public SecurityContextImpl(Message m)
public String getAuthenticationScheme()
getAuthenticationScheme
in interface javax.ws.rs.core.SecurityContext
public Principal getUserPrincipal()
getUserPrincipal
in interface javax.ws.rs.core.SecurityContext
public boolean isSecure()
isSecure
in interface javax.ws.rs.core.SecurityContext
public boolean isUserInRole(String role)
isUserInRole
in interface javax.ws.rs.core.SecurityContext
Apache CXF