| java.lang.Object org.apache.catalina.ha.authenticator.SingleSignOnMessage
SingleSignOnMessage | public class SingleSignOnMessage implements ClusterMessage,Serializable(Code) | | Contains the SingleSignOn data, read and written by the ClusterSingleSignOn
author: Fabien Carrion |
ADD_SESSION | final public static int ADD_SESSION(Code) | | |
DEREGISTER_SESSION | final public static int DEREGISTER_SESSION(Code) | | |
LOGOUT_SESSION | final public static int LOGOUT_SESSION(Code) | | |
REGISTER_SESSION | final public static int REGISTER_SESSION(Code) | | |
REMOVE_SESSION | final public static int REMOVE_SESSION(Code) | | |
UPDATE_SESSION | final public static int UPDATE_SESSION(Code) | | |
getAction | public int getAction()(Code) | | |
getAddress | public Member getAddress()(Code) | | Get the address that this message originated from. This would be set
if the message was being relayed from a host other than the one
that originally sent it.
|
getTimestamp | public long getTimestamp()(Code) | | Timestamp message.
long |
getUniqueId | public String getUniqueId()(Code) | | Each message must have a unique ID, in case of using async replication,
and a smart queue, this id is used to replace messages not yet sent.
String |
setAction | public void setAction(int action)(Code) | | |
setAddress | public void setAddress(Member member)(Code) | | Called by the cluster before sending it to the other
nodes.
Parameters: member - Member |
setContextName | public void setContextName(String ctxname)(Code) | | |
setSessionId | public void setSessionId(String sessionId)(Code) | | |
setTimestamp | public void setTimestamp(long timestamp)(Code) | | Called by the cluster before sending out
the message.
Parameters: timestamp - The timestamp |
toString | public String toString()(Code) | | Return a String rendering of this object.
|
|
|