Package | Description |
---|---|
org.apache.cxf.interceptor.security | |
org.apache.cxf.security |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSecurityContext
SecurityContext which implements isUserInRole using the
following approach : skip the first Subject principal, and then checks
Groups the principal is a member of
TODO : consider moving this class into a rt-core-security module
|
class |
RolePrefixSecurityContextImpl |
Modifier and Type | Method and Description |
---|---|
protected SecurityContext |
AbstractSecurityContextInInterceptor.createSecurityContext(Principal p,
Subject subject) |
protected SecurityContext |
JAASLoginInterceptor.createSecurityContext(Subject subject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractAuthorizingInInterceptor.authorize(SecurityContext sc,
Method method) |
Modifier and Type | Interface and Description |
---|---|
interface |
LoginSecurityContext
LoginSecurityContext provides additional information about the
authenticated principal.
|
Apache CXF