Interface LoginSecurityContext

    • Method Detail

      • getSubject

        Subject getSubject()
        Returns the Subject representing the current authenticated user.
        Returns:
        the subject
      • getUserRoles

        Set<Principal> getUserRoles()
        Returns a set of Principals representing the roles assigned to the current authenticated user Principal
        Returns:
        the roles