Package jadex.messaging
Interface ISecurityInfo
public interface ISecurityInfo
Security meta-information of a message;
-
Method Summary
Modifier and TypeMethodDescriptionReturns the authenticated host as String.Gets the authenticated groups of the sender.getRoles()
Gets the roles associated with the sender.Gets the authenticated groups of the sender.
-
Method Details
-
getAuthenticatedHostName
String getAuthenticatedHostName()Returns the authenticated host as String.- Returns:
- The authenticated host, null if not authenticated.
-
getGroups
Gets the authenticated groups of the sender.- Returns:
- The authenticated groups of the sender (sorted).
-
getRoles
Gets the roles associated with the sender.- Returns:
- The roles.
-