Class 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