Interface ISecurityInfo


public interface ISecurityInfo
Security meta-information of a message;
  • Method Details

    • getAuthenticatedHostName

      String getAuthenticatedHostName()
      Returns the authenticated host as String.
      Returns:
      The authenticated host, null if not authenticated.
    • getGroups

      Set<String> getGroups()
      Gets the authenticated groups of the sender.
      Returns:
      The authenticated groups of the sender (sorted).
    • getSharedGroups

      Set<String> getSharedGroups()
      Gets the authenticated groups of the sender.
      Returns:
      The authenticated groups of the sender (sorted).
    • getRoles

      Set<String> getRoles()
      Gets the roles associated with the sender.
      Returns:
      The roles.