Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Uses of Class
oracle.odi.core.security.PasswordPolicyNotMatchedException

Packages that use PasswordPolicyNotMatchedException
oracle.odi.core.security This package (and its sub packages) implements the security layer for ODI SDK including login authentication, password management and privileges check. 

 

Uses of PasswordPolicyNotMatchedException in oracle.odi.core.security

 

Methods in oracle.odi.core.security that throw PasswordPolicyNotMatchedException
 void SecurityManager.setAuthenticatedUserPassword(char[] pNewPassword)
          This method changes the password for the currently authenticated user.
 void SecurityManager.setPassword(java.lang.String pUserName, char[] pNewPassword)
          This method will set the password for the specified user.
 void SecurityManager.setPassword(java.lang.String pUserName, char[] pCurrentPassword, char[] pNewPassword)
          This method will change the password for the user named pUserName from pCurrentPassword to pNewPassword.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.