public interface SSOLocalManager
SSOClusterManager
.Modifier and Type | Method and Description |
---|---|
void |
deregister(String ssoId)
Callback from the SSOClusterManager notifying the local manager that an SSO has been deregistered on another node.
|
void |
notifySSOEmpty(String ssoId)
Callback from the SSOClusterManager when it detects an SSO without any active sessions across the cluster
|
void |
notifySSONotEmpty(String ssoId)
Callback from the SSOClusterManager when it detects an SSO that has active sessions across the cluster
|
void |
remoteUpdate(String ssoId,
SSOCredentials credentials)
Callback from the SSOClusterManager notifying the local manager that the credentials associated with an SSO have been
modified on another node.
|
void deregister(String ssoId)
ssoId
- Single sign on identifier to deregistervoid remoteUpdate(String ssoId, SSOCredentials credentials)
ssoId
- the id of the SSOcredentials
- the updated credentialsvoid notifySSOEmpty(String ssoId)
void notifySSONotEmpty(String ssoId)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.