Oracle 9iAS Single Sign-On SDK
C D E G I M S

C

createEnablerConfig(SSOEnablerConfig) - Method in class oracle.security.sso.enabler.SSOEnablerConfigMgr
Creates configuration parameters of the SSO enabler specified by the listener token.

D

decryptCookie(String, String) - Method in class oracle.security.sso.enabler.SSOEnabler
This method will decrypt the encrypted application cookie The return value will be decrypted application cookie
deleteEnablerConfig(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfigMgr
Deletes the configuration parameters of the SSO enabler specified by the listener token.

E

enableIpCheck(boolean) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the url cookie IP check.
encryptCookie(String, String) - Method in class oracle.security.sso.enabler.SSOEnabler
This method will encrypt the application cookie The return value will be encrypted application cookie

G

generateRedirect(String, String, String, boolean) - Method in class oracle.security.sso.enabler.SSOEnabler
It generates a redirect URL from requested URL and cancel URL.
genHtmlPostForm(String) - Static method in class oracle.security.sso.enabler.SSOEnablerUtil
This method will generate html post form to the login URL of SSO Server using generate redirect url
genRedirect(String) - Static method in class oracle.security.sso.enabler.SSOEnablerUtil
This method will generate an html form redirect to the specified url
getEnablerConfig(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfigMgr
Returns the configuration parameters of the SSO enabler specified by the listener token.
getEncryptionKey() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the encryption key.
getIPAddress() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns IP address
getListenerToken() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the listener token.
getLocale() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns locale information
getLoginUrl() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the login URL.
getLogoutImage() - Static method in class oracle.security.sso.enabler.SSOEnablerUtil
This method will return logout image
getLogoutUrl() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the Single Sign-Off URL.
getSiteID() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the site ID.
getSiteToken() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the site token.
getSSOTimeRemaining() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns remaining Single Sign-On time in hours for authenticated user
getSSOUserInfo(String, String, InetAddress) - Method in class oracle.security.sso.enabler.SSOEnabler
It parses a redirect URL token from Oracle Single Sign-On server that contains user information.
getSSOUserName() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns Single Sign-On user name
getSubscriberDN() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns subscriber's directory DN
getSubscriberGuid() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns subscriber's directory GUID
getSubscriberName() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns subscriber name
getUrlCookieVersion() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the URL cookie version.
getUrlRequested() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns requested url of authenticated user
getUserDN() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns directory DN of authenticated user
getUserGuid() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns directory GUID of authenticated user

I

isIpCheckEnabled() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns true if IP check is enabled

M

modifyEnablerConfig(String, SSOEnablerConfig) - Method in class oracle.security.sso.enabler.SSOEnablerConfigMgr
Updates the configuration parameters of the SSO enabler specified by the listener token.

S

setDbConnection(Connection) - Method in class oracle.security.sso.enabler.SSOEnabler
Initializes Oracle Single Sign-On enabler object, with a database connection
setDbConnection(Connection) - Method in class oracle.security.sso.enabler.SSOEnablerConfigMgr
Initializes Oracle Single Sign-On enabler object, with a database connection
setEncryptionKey(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the encryption key.
setListenerToken(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the listener token.
setLoginUrl(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the login URL.
setLogoutUrl(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the Single Sign-Off URL.
setSiteID(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the site ID.
setSiteToken(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the site token.
setUrlCookieVersion(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the URL cookie version.
SSOConfigException - exception oracle.security.sso.enabler.SSOConfigException.
This exception is raised when SSO enabler configuration is missing or incorrect
SSOConfigException() - Constructor for class oracle.security.sso.enabler.SSOConfigException
Constructs SSOConfigException object without an error message.
SSOConfigException(String) - Constructor for class oracle.security.sso.enabler.SSOConfigException
Constructs SSOConfigException object with an error message.
SSOEnabler - class oracle.security.sso.enabler.SSOEnabler.
This class implements the enabler stack of the Oracle Single Sign-On service for partner application development.
SSOEnabler() - Constructor for class oracle.security.sso.enabler.SSOEnabler
Creates an Oracle Single Sign-On enabler object, with no database connection
SSOEnabler(Connection) - Constructor for class oracle.security.sso.enabler.SSOEnabler
Creates an Oracle Single Sign-On enabler object, with database connection
SSOEnablerConfig - class oracle.security.sso.enabler.SSOEnablerConfig.
This class is used with SSOEnabler class for configuration parameters setup
SSOEnablerConfig() - Constructor for class oracle.security.sso.enabler.SSOEnablerConfig
Default Constructor
SSOEnablerConfig(String, String, String, String, String, String, String, String) - Constructor for class oracle.security.sso.enabler.SSOEnablerConfig
Constructor that sets all of the propeties.
SSOEnablerConfigMgr - class oracle.security.sso.enabler.SSOEnablerConfigMgr.
This class implements the enabler stack of Oracle Single Sign-On service for partner application development.
SSOEnablerConfigMgr() - Constructor for class oracle.security.sso.enabler.SSOEnablerConfigMgr
Creates a Oracle Single Sign-On enabler object, with no database connection
SSOEnablerConfigMgr(Connection) - Constructor for class oracle.security.sso.enabler.SSOEnablerConfigMgr
Creates a Oracle Single Sign-On enabler object, with database connection
SSOEnablerException - exception oracle.security.sso.enabler.SSOEnablerException.
This class is subclass of java.lang.Exception
SSOEnablerException() - Constructor for class oracle.security.sso.enabler.SSOEnablerException
Constructs an SSOEnablerException object with no error message.
SSOEnablerException(String) - Constructor for class oracle.security.sso.enabler.SSOEnablerException
Constructs an SSOEnablerException object with error message.
SSOEnablerUtil - class oracle.security.sso.enabler.SSOEnablerUtil.
 
SSOEnablerUtil() - Constructor for class oracle.security.sso.enabler.SSOEnablerUtil
 
SSOIpCheckException - exception oracle.security.sso.enabler.SSOIpCheckException.
This exception is raised if the IP address of the original requested URL does not match with IP address of the user's computer.
SSOIpCheckException() - Constructor for class oracle.security.sso.enabler.SSOIpCheckException
Constructs a SSOIpCheckException object without an error message.
SSOIpCheckException(String) - Constructor for class oracle.security.sso.enabler.SSOIpCheckException
Constructs a SSOIpCheckException object with an error message.
SSOTokenExpiredException - exception oracle.security.sso.enabler.SSOTokenExpiredException.
This exception is raised if user takes too long time to enter username and password in the login page of SSO Server
SSOTokenExpiredException() - Constructor for class oracle.security.sso.enabler.SSOTokenExpiredException
Constructs a SSOTokenExpiredException object with out an error message.
SSOTokenExpiredException(String) - Constructor for class oracle.security.sso.enabler.SSOTokenExpiredException
Constructs a SSOTokenExpiredException object with an error message.
SSOUserInfo - class oracle.security.sso.enabler.SSOUserInfo.
This class is used for returning user information after parsing redirect url from SSOEnabler class
SSOVersionException - exception oracle.security.sso.enabler.SSOVersionException.
This exception is raised if the SDK version does not match with the SSO Server version or the enabler version information is incorrect
SSOVersionException() - Constructor for class oracle.security.sso.enabler.SSOVersionException
Constructs SSOVersionException object without an error message.
SSOVersionException(String) - Constructor for class oracle.security.sso.enabler.SSOVersionException
Constructs SSOVersionException object with an error message.

C D E G I M S
Oracle Corporation