Interface ISecurityInfo


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

      • getAuthenticatedPlatformName

        java.lang.String getAuthenticatedPlatformName()
        Returns the authenticated platform name.
        Returns:
        The authenticated platform name, null if not authenticated.
      • getNetworks

        java.util.Set<java.lang.String> getNetworks()
        Gets the authenticated networks of the sender.
        Returns:
        The authenticated networks of the sender.
      • getSharedNetworks

        java.util.Set<java.lang.String> getSharedNetworks()
        Gets the authenticated networks shared with the sender.
        Returns:
        The authenticated networks shared with the sender.
      • getRoles

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