|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.wem.sso.SSO
public class SSO
Single Sign On API entry point. Use it to obtain a new SSO Session.
Constructor Summary | |
---|---|
SSO()
|
Method Summary | |
---|---|
static SSOSession |
getSSOSession()
Obtains a default SSO session, which is typically loaded in a Web application by the Spring Context Loader. |
static SSOSession |
getSSOSession(java.lang.String configName)
Obtains a new SSO session by loading configuration from a Spring configuration file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSO()
Method Detail |
---|
public static SSOSession getSSOSession() throws SSOException
SSOException
- if an error occurred during the loading.public static SSOSession getSSOSession(java.lang.String configName) throws SSOException
configName
- configuration file name.
SSOException
- if an error occurred during the loading.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |