B C D G S U

B

bakeAppCookie(String, String) - Method in class oracle.security.sso.enabler.SSOEnablerUtil
This method will bake the input application cookie for encryption and hashing The return string will be encrypted along with hashed application cookie

C

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

D

deleteEnablerConfig(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfigMgr
Deletes the configuration parameters of the SSO enabler specified by the listner token.

G

generateRedirect(String, String, String) - 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 a html post form to the login server url from generate redirect url
genRedirect(String) - Static method in class oracle.security.sso.enabler.SSOEnablerUtil
This method will generate a html 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 listner token.
getEncryptionKey() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the encryption key.
getEncryptionMaskPost() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the encryption mask post.
getEncryptionMaskPre() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the encryption mask pre.
getIPAddress() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns IP Address
getListnerToken() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the listner token.
getLoginUrl() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the login URL.
getSiteID() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the site ID.
getSiteTimeStamp() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns the site time stamp
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
getSSOUserInfo(String, String, InetAddress) - Method in class oracle.security.sso.enabler.SSOEnabler
It parses a redirect url from Oracle Singel Sign-On server which contains user information.
getSSOUserName() - Method in class oracle.security.sso.enabler.SSOUserInfo
Returns Single Sign-On user name
getUrlCookieIPCheck() - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Returns the url cookie IP check.
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 by the user

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
setDbConnection(Connection) - Method in class oracle.security.sso.enabler.SSOEnablerUtil
Initializes utility object for application cookie baking/unbaking, with a database connection
setEnablerConfig(String, SSOEnablerConfig) - Method in class oracle.security.sso.enabler.SSOEnablerConfigMgr
Updates the configuration parameters of the SSO enabler specified by the listner token.
setEncryptionKey(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the encryption key.
setEncryptionMaskPost(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the encryption mask post.
setEncryptionMaskPre(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the encryption mask pre.
setListnerToken(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the listner token.
setLoginUrl(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the login 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.
setUrlCookieIPCheck(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the url cookie IP check.
setUrlCookieVersion(String) - Method in class oracle.security.sso.enabler.SSOEnablerConfig
Set the URL cookie version.
SSOEnabler - class oracle.security.sso.enabler.SSOEnabler.
This class implements the enabler stack of Oracle Single Sign-On service for partner application development.
SSOEnabler() - Constructor for class oracle.security.sso.enabler.SSOEnabler
Creates a Oracle Single Sign-On enabler object, with no database connection
SSOEnabler(Connection) - Constructor for class oracle.security.sso.enabler.SSOEnabler
Creates a Oracle Single Sign-On enabler object, with database connection
SSOEnablerConfig - class oracle.security.sso.enabler.SSOEnablerConfig.
This class is used with SSOEnabler class for configutation parameters setup
SSOEnablerConfig() - Constructor for class oracle.security.sso.enabler.SSOEnablerConfig
Constructor that sets none of the properties.
SSOEnablerConfig(String, 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 specified detail message.
SSOEnablerException(String) - Constructor for class oracle.security.sso.enabler.SSOEnablerException
Constructs an SSOEnablerException object with specified detail message.
SSOEnablerUtil - class oracle.security.sso.enabler.SSOEnablerUtil.
 
SSOEnablerUtil() - Constructor for class oracle.security.sso.enabler.SSOEnablerUtil
Creates a utility object for application cookie baking/unbaking, with no database connection
SSOEnablerUtil(Connection) - Constructor for class oracle.security.sso.enabler.SSOEnablerUtil
Creates a utility object for application cookie baking/unbaking, with database connection
SSOUserInfo - class oracle.security.sso.enabler.SSOUserInfo.
This class is used for returning user information after parsing redirect url from SSOEnabler class

U

unbakeAppCookie(String, String) - Method in class oracle.security.sso.enabler.SSOEnablerUtil
This method will unbake the input baked application cookie The return string will be decrypted application cookie

B C D G S U