org.sandev.basics.structs
Class AuthWrapperStruct

java.lang.Object
  extended by org.sandev.basics.structs.AuthWrapperStruct
Direct Known Subclasses:
AuthWrapper

public class AuthWrapperStruct
extends java.lang.Object

Wraps a message for transmission between Authorizer nodes.

An AuthWrapper is not persistent, and it does not have any verb message forms itself. It is solely a container.

This message can be transmitted directly outside of a verb form.
help text: NOHELPDISPLAY

Field Summary
protected  java.lang.String message
          The payload serialized and encrypted message.
 
Constructor Summary
AuthWrapperStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

protected java.lang.String message
The payload serialized and encrypted message. Messages are not expected to be huge, so we are going with a 2mb limit until somebody complains with a valid reason why it should increase.

declared default value: ""
declared invalid value: ""
Length in characters, normal: 1024 max: 2097152
Constructor Detail

AuthWrapperStruct

public AuthWrapperStruct()