public class SSO extends Object
Constructor and Description |
---|
SSO() |
Modifier and Type | Method and Description |
---|---|
static SSOSession |
getSSOSession()
Obtains a default SSO session, which is typically loaded in a Web application
by the Spring Context Loader.
|
static SSOSession |
getSSOSession(String configName)
Obtains a new SSO session by loading configuration from
a Spring configuration file.
|
public static SSOSession getSSOSession() throws SSOException
SSOException
- if an error occurred during the loading.public static SSOSession getSSOSession(String configName) throws SSOException
configName
- configuration file name.SSOException
- if an error occurred during the loading.