|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--oracle.security.sso.enabler.SSOEnablerConfigMgr
This class implements the enabler stack of Oracle Single Sign-On service for partner application development.
SSOEnablerConfig| Constructor Summary | |
SSOEnablerConfigMgr()
Creates a Oracle Single Sign-On enabler object, with no database connection |
|
SSOEnablerConfigMgr(java.sql.Connection p_db_conn)
Creates a Oracle Single Sign-On enabler object, with database connection |
|
| Method Summary | |
void |
createEnablerConfig(SSOEnablerConfig p_configuration)
Creates configuration parameters of the SSO enabler specified by the listner token. |
void |
deleteEnablerConfig(java.lang.String p_listenerToken)
Deletes the configuration parameters of the SSO enabler specified by the listner token. |
SSOEnablerConfig |
getEnablerConfig(java.lang.String p_listenerToken)
Returns the configuration parameters of the SSO enabler specified by the listner token. |
void |
setDbConnection(java.sql.Connection p_db_conn)
Initializes Oracle Single Sign-On enabler object, with a database connection |
void |
setEnablerConfig(java.lang.String p_listenerToken,
SSOEnablerConfig p_configuration)
Updates the configuration parameters of the SSO enabler specified by the listner token. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SSOEnablerConfigMgr()
public SSOEnablerConfigMgr(java.sql.Connection p_db_conn)
Connection| Method Detail |
public void setDbConnection(java.sql.Connection p_db_conn)
throws SSOEnablerException
Connection
public SSOEnablerConfig getEnablerConfig(java.lang.String p_listenerToken)
throws SSOEnablerException
p_listenerToken - The listner token of the SSO enabler p_configuration that
is to be selected.SSOEnablerConfig
public void createEnablerConfig(SSOEnablerConfig p_configuration)
throws SSOEnablerException
p_configuration - The configuration for the SSO enabler to be added. All the
members of this class must be filled in except for encryptionMaskPre
and encryptionMaskPost which must be empty strings ("").SSOEnablerConfig
public void setEnablerConfig(java.lang.String p_listenerToken,
SSOEnablerConfig p_configuration)
throws SSOEnablerException
p_listenerToken - The listner token of the SSO enabler p_configuration that
is to be updated.p_configuration - The configuration for the SSO enabler to be updated. All the
members of this class must be filled in.SSOEnablerConfig
public void deleteEnablerConfig(java.lang.String p_listenerToken)
throws SSOEnablerException
p_listenerToken - The listner token of the SSO enabler p_configuration that
is to be deleted.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||