Interface AuthorizationContext


public interface AuthorizationContext
Context providing useful information for checking authorization on REST resources.
Since:
5.9.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the EBX® session for the current user.
  • Method Details

    • getSession

      Session getSession()
      Returns the EBX® session for the current user.

      The returned value is never null.

      Returns:
      the authenticated Session.