Package jadex.platform.service.security
Class SecurityAgent.ReencryptRequestHandler
- java.lang.Object
-
- jadex.platform.service.security.SecurityAgent.ReencryptRequestHandler
-
- All Implemented Interfaces:
IMessageHandler,IUntrustedMessageHandler
- Enclosing class:
- SecurityAgent
protected class SecurityAgent.ReencryptRequestHandler extends java.lang.Object implements IUntrustedMessageHandler
Handler dealing with remote reencryption requests.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReencryptRequestHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg)Handle the message.booleanisHandling(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg)Test if handler should handle a message.booleanisRemove()Test if handler should be removed.
-
-
-
Method Detail
-
isHandling
public boolean isHandling(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg)
Description copied from interface:IMessageHandlerTest if handler should handle a message.- Specified by:
isHandlingin interfaceIMessageHandler- Returns:
- True if it should handle the message.
-
isRemove
public boolean isRemove()
Description copied from interface:IMessageHandlerTest if handler should be removed.- Specified by:
isRemovein interfaceIMessageHandler- Returns:
- True if it should be removed.
-
handleMessage
public void handleMessage(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg)
Description copied from interface:IMessageHandlerHandle the message.- Specified by:
handleMessagein interfaceIMessageHandlerheader- The header.msg- The message.
-
-