/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/plugins/ |
H A D | NotifyPassword.java | 29 package com.sun.identity.password.plugins; 32 import com.sun.identity.password.ui.model.PWResetException; 37 * that are required to notify a user when a password is changed. 41 * Notifies user when password is changed. 44 * @param password new password. 46 * @throws PWResetException if password cannot be notified. 48 void notifyPassword(AMIdentity user, String password, Locale locale) argument
|
H A D | EmailPassword.java | 31 package com.sun.identity.password.plugins; 38 import com.sun.identity.password.ui.model.PWResetException; 39 import com.sun.identity.password.ui.model.PWResetModel; 40 import com.sun.identity.password.ui.model.PWResetModelImpl; 41 import com.sun.identity.password.ui.model.PWResetResBundleCacher; 52 * that are required to notify a user when a password is changed. 62 * Notifies user when password is changed. 65 * @param password new password 67 * @throws PWResetException if password canno 69 notifyPassword(AMIdentity user, String password, Locale locale) argument 112 sendEmailToUser(String emailAddress, String password) argument [all...] |
H A D | PasswordGenerator.java | 29 package com.sun.identity.password.plugins; 32 import com.sun.identity.password.ui.model.PWResetException; 36 * that are required to generate a new password for a user. 40 * Returns new password for user. 43 * @return new password for user. 44 * @throws PWResetException if password cannot be generated.
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/plugins/ |
H A D | NotifyPassword.java | 29 package com.sun.identity.password.plugins; 32 import com.sun.identity.password.ui.model.PWResetException; 37 * that are required to notify a user when a password is changed. 41 * Notifies user when password is changed. 44 * @param password new password. 46 * @throws PWResetException if password cannot be notified. 48 void notifyPassword(AMIdentity user, String password, Locale locale) argument
|
H A D | EmailPassword.java | 31 package com.sun.identity.password.plugins; 38 import com.sun.identity.password.ui.model.PWResetException; 39 import com.sun.identity.password.ui.model.PWResetModel; 40 import com.sun.identity.password.ui.model.PWResetModelImpl; 41 import com.sun.identity.password.ui.model.PWResetResBundleCacher; 52 * that are required to notify a user when a password is changed. 62 * Notifies user when password is changed. 65 * @param password new password 67 * @throws PWResetException if password canno 69 notifyPassword(AMIdentity user, String password, Locale locale) argument 112 sendEmailToUser(String emailAddress, String password) argument [all...] |
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/services/util/ |
H A D | ConfigurableKey.java | 32 * The interface class provides a method to choose password-based key for crypto 38 * Sets password-based key to use 40 public void setPassword(String password) throws Exception; argument
|
/forgerock/openam/openam-shared/src/main/java/com/iplanet/services/util/ |
H A D | ConfigurableKey.java | 32 * The interface class provides a method to choose password-based key for crypto 38 * Sets password-based key to use 40 public void setPassword(String password) throws Exception; argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMUserPasswordValidation.java | 34 * This class provides a <code>userID</code> and password validation plugin 39 * modules that validate the <code>userID</code> and/or password for the user. 41 * <code>userID</code> or password value is being added/modified using 48 * <code>iplanet-am-admin-console-user-password-validation-class</code> of 56 * <code>userID</code> or password supplied by the user. The Exception 77 * if an error occurs in supplying password. The operation 93 * if an error occurs in supplying password. The operation 105 * @param password 106 * the password value 108 * if an error occurs in supplying password 112 validatePassword(String password) argument 128 validatePassword(String password, Map envParams) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/ |
H A D | AMUserNamePasswordAuthenticator.java | 38 * user name and password authentication. This class will be 48 * Public constructor that takes user name and user password. 51 * @param password The user password 54 public AMUserNamePasswordAuthenticator(String user, String password) { argument 56 userPassword = password; 62 * @return An PasswordAuthentication object based on the user name and password
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/spi/ |
H A D | ITokenProvider.java | 38 * Return <code>Object</code> with given user name and password 40 * @param password User password 41 * @return <code>Object</code> with given user name and password 43 public Object createToken(String name, String password); argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/ |
H A D | PWResetInvalidURLModel.java | 30 package com.sun.identity.password.ui.model;
|
H A D | PWResetInvalidURLModelImpl.java | 32 package com.sun.identity.password.ui.model;
|
H A D | PWResetResBundleCacher.java | 27 package com.sun.identity.password.ui.model;
|
H A D | PWResetSuccessModel.java | 29 package com.sun.identity.password.ui.model; 34 * required by password reset success message. 38 * Returns title string for password reset. 40 * @return title string for password reset.
|
H A D | PWResetSuccessModelImpl.java | 29 package com.sun.identity.password.ui.model; 33 * required by password reset success viewbean. 39 * Constructs a password reset success model object 47 * Returns title string for password reset. 49 * @return title string for password reset.
|
H A D | PWResetUncaughtExceptionModel.java | 29 package com.sun.identity.password.ui.model;
|
H A D | PWResetUncaughtExceptionModelImpl.java | 29 package com.sun.identity.password.ui.model;
|
/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/ |
H A D | NoBrowserAuthorization.java | 67 * @param password (@String) is the user's password 74 @QueryParam(PASSWORD) String password, 77 if (username == null || password == null || requestToken == null) { 84 tokenId = OAuthServiceUtils.authenticate(username, password, false); 72 NoBrowserAuthorization( @ueryParamUSERNAME) String username, @QueryParam(PASSWORD) String password, @QueryParam(REQUEST_TOKEN) String requestToken) argument
|
/forgerock/openam-v13/openam-radius/openam-radius-common/src/test/java/org/forgerock/openam/radius/common/ |
H A D | Rfc2865Examples.java | 35 * A user password. 37 public static String password = "arctangent"; field in class:Rfc2865Examples
|
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/am/util/ |
H A D | AMPasswordUtil.java | 35 * password type. 41 * Encrypts the password. 43 * @param password 44 * The password string. 45 * @return The encrypted password. 47 public static String encrypt(String password) { argument 48 return (Crypt.encode(password)); 52 * Decrypts the encrypted password. If the string cannot be decrypted the 57 * @return The decrypted password.
|
H A D | JSSPasswordCallback.java | 34 * Represents a password callback, which is called to login to the key 38 private String password; field in class:JSSPasswordCallback 42 password = pw; 48 return new Password(password.toCharArray()); 54 return new Password(password.toCharArray());
|
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/helpers/ |
H A D | ADAMHelper.java | 27 * Encloses the password with double quotes first, then returns the UTF-16LE bytes representing that value. 29 * @param password The password in string format. 30 * @return The encoded password, or null if encoding is not applicable. 33 public byte[] encodePassword(String password) { argument 34 return password == null ? null : ("\"" + password + "\"").getBytes(Charset.forName("UTF-16LE"));
|
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-war/src/main/java/com/sun/identity/samples/clientsdk/ |
H A D | SampleBase.java | 43 String password, 58 pc.setPassword(password.toCharArray()); 40 authenticate( String orgname, String username, String password, PrintWriter out ) argument
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/ |
H A D | LowercaseTransform.java | 52 * Transforms password. 53 * @param password original password 54 * @return transformed password 56 public String transform(String password) argument 62 if (password == null) { 66 return password.toLowerCase();
|
H A D | UppercaseTransform.java | 53 * Transforms password. 54 * @param password original password 55 * @return transformed password 57 public String transform(String password) argument 63 if (password == null) { 67 return password.toUpperCase();
|