Interface SessionUser

  • All Superinterfaces:
    Serializable, User
    All Known Subinterfaces:
    SessionDelegateUser

    public interface SessionUser
    extends User
    A SessionUser provides the resolved User Role names for a logged in user.
    • Method Detail

      • getUserRoles

        Set<String> getUserRoles()
        Get the resolved user role names assigned for this logged in user

        The user role names are resolved (which may drop non-existing user role names), and includes possible implied user roles names.

        Specified by:
        getUserRoles in interface User
        Returns:
        the resolved user role names assigned to the logged in user
        See Also:
        HippoSession.getUser()