org.apache.catalina.ha.authenticator
public class ClusterSingleSignOnListener extends ClusterListener
| Field Summary | |
|---|---|
| protected static String | info
The descriptive information about this implementation. |
| Constructor Summary | |
|---|---|
| ClusterSingleSignOnListener() | |
| Method Summary | |
|---|---|
| boolean | accept(ClusterMessage msg)
Accept only SingleSignOnMessage
|
| ClusterSingleSignOn | getClusterSSO() |
| String | getInfo()
Return descriptive information about this implementation. |
| void | messageReceived(ClusterMessage myobj)
Callback from the cluster, when a message is received, The cluster will
broadcast it invoking the messageReceived on the receiver.
|
| void | setClusterSSO(ClusterSingleSignOn clusterSSO) |
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.
Parameters: myobj ClusterMessage - the message received from the cluster