|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.setup.AuthenticationConfiguration
public class AuthenticationConfiguration
AuthenticationConfiguration represent the configuration related to authentication used when creating a master repository.
| Nested Class Summary | |
|---|---|
static class |
AuthenticationConfiguration.OPSSAuthenticationConfigurationRepresents an ODI OPSS Authentication Configuration. |
static class |
AuthenticationConfiguration.StandaloneAuthenticationConfigurationRepresents an ODI Standalone Authentication Configuration. |
| Constructor Summary | |
|---|---|
AuthenticationConfiguration() |
|
| Method Summary | |
|---|---|
static AuthenticationConfiguration |
createOPSSAuthenticationConfiguration(java.lang.String pUsername, char[] pPassword)Creates an OPSS enabled AuthenticationConfigaration. |
static AuthenticationConfiguration |
createStandaloneAuthenticationConfiguration(char[] pSupervisorUserPassword)Creates a standalone AuthenticationConfiguration. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationConfiguration()
| Method Detail |
|---|
public static AuthenticationConfiguration createOPSSAuthenticationConfiguration(java.lang.String pUsername,
char[] pPassword)
throws InvalidExternalAuthenticationConfiguration,
BadCredentialsException
pUsername - the username which will be granted with SUPERVISOR privileges.pPassword - password for the user. Note it's of call responsibility to overwrite the content of char array to remove password from memory.InvalidExternalAuthenticationConfiguration - if the OPSS configuration is not validBadCredentialsException - if the username or password are not valid for the loginservice configured in the OPSS configuration.public static AuthenticationConfiguration createStandaloneAuthenticationConfiguration(char[] pSupervisorUserPassword)
pSupervisorUserPassword - the password that will be set to the default ODI User named "SUPERVISOR" that will be created with supervisor privileges
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||