org.apache.catalina.ha.authenticator
Class ClusterSingleSignOnListener
java.lang.Object
   org.apache.catalina.ha.ClusterListener
org.apache.catalina.ha.ClusterListener
       org.apache.catalina.ha.authenticator.ClusterSingleSignOnListener
org.apache.catalina.ha.authenticator.ClusterSingleSignOnListener
- All Implemented Interfaces: 
- ChannelListener
- public class ClusterSingleSignOnListener 
- extends ClusterListener
Receive replicated SingleSignOnMessage form other cluster node.
- Author:
- Fabien Carrion
| Field Summary | 
| protected static java.lang.String | infoThe descriptive information about this implementation.
 | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
 
info
protected static final java.lang.String info
- The descriptive information about this implementation.
 
- See Also:
- Constant Field Values
 
ClusterSingleSignOnListener
public ClusterSingleSignOnListener()
getInfo
public java.lang.String getInfo()
- Return descriptive information about this implementation.
 
- 
 
getClusterSSO
public ClusterSingleSignOn getClusterSSO()
- 
 
setClusterSSO
public void setClusterSSO(ClusterSingleSignOn clusterSSO)
- 
 
messageReceived
public void messageReceived(ClusterMessage myobj)
- Callback from the cluster, when a message is received, The cluster will
 broadcast it invoking the messageReceived on the receiver.
 
- 
- Specified by:
- messageReceivedin class- ClusterListener
 
- 
- Parameters:
- myobj- ClusterMessage - the message received from the cluster
 
accept
public boolean accept(ClusterMessage msg)
- Accept only SingleSignOnMessage
 
- 
- Specified by:
- acceptin class- ClusterListener
 
- 
- Parameters:
- msg- ClusterMessage
- Returns:
- boolean - returns true to indicate that messageReceived should be
         invoked. If false is returned, the messageReceived method will
         not be invoked.
 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.