Uses of Interface
org.apache.cxf.security.LoginSecurityContext
-
Packages that use LoginSecurityContext Package Description org.apache.cxf.interceptor.security -
-
Uses of LoginSecurityContext in org.apache.cxf.interceptor.security
Classes in org.apache.cxf.interceptor.security that implement LoginSecurityContext Modifier and Type Class 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 ofclass
RolePrefixSecurityContextImpl
-