Class DefaultSecurityContext

java.lang.Object
org.apache.cxf.interceptor.security.DefaultSecurityContext
All Implemented Interfaces:
LoginSecurityContext, SecurityContext

public class DefaultSecurityContext extends Object implements LoginSecurityContext
SecurityContext which implements isUserInRole using the following approach : skip the first Subject principal, and then checks Groups the principal is a member of