org.jboss.security.saml
Interface SSOManagerService

All Known Implementing Classes:
SSOManager

public interface SSOManagerService

The core Single Sign On service registered with the SSO system

Author:
Sohil Shah - sohil.shah@jboss.com - Nov 14, 2006

Method Summary
 SingleSignOn getProcessor()
          Returns the SingleSignOn implementation registered with the SSO system
 void setConf(java.lang.String confLocation)
          Sets the location of the configuration file for this service
 

Method Detail

setConf

void setConf(java.lang.String confLocation)
Sets the location of the configuration file for this service

Parameters:
confLocation -

getProcessor

SingleSignOn getProcessor()
Returns the SingleSignOn implementation registered with the SSO system

Returns: