Uses of Class
org.jboss.web.tomcat.service.sso.spi.SSOCredentials

Packages that use SSOCredentials
org.jboss.web.tomcat.service.sso.spi   
 

Uses of SSOCredentials in org.jboss.web.tomcat.service.sso.spi
 

Methods in org.jboss.web.tomcat.service.sso.spi that return SSOCredentials
 SSOCredentials SSOClusterManager.lookup(String ssoId)
          Queries the cluster for the existence of a SSO session with the given id, returning a SSOCredentials if one is found.
 

Methods in org.jboss.web.tomcat.service.sso.spi with parameters of type SSOCredentials
 void SSOLocalManager.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.
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.