Skip navigation links


oracle.iam.passwordmgmt.vo
Class PasswordDictionary

java.lang.Object
  extended by oracle.iam.passwordmgmt.vo.PasswordDictionary


public class PasswordDictionary
extends java.lang.Object

Represents a collection of passwords that are disallowed

Since:
OIM 11gR1

Constructor Summary
PasswordDictionary()
          Constructs a PasswordDictionary
PasswordDictionary(java.lang.String passwordDictionaryLocation, char delimiter)
           

 

Method Summary
 java.lang.Character getDelimiter()
          Gets the delimiter used to separate 'passwords' in the dictionary file
 java.lang.String getPasswordDictionaryLocation()
          Gets the location of the password dictionary file
 void setDelimiter(char delimiter)
          Sets the delimiter used to separate 'passwords' in the dictionary file
 void setPasswordDictionaryLocation(java.lang.String passwordDictionaryLocation)
          Sets the location of the password dictionary file

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PasswordDictionary

public PasswordDictionary(java.lang.String passwordDictionaryLocation,
                          char delimiter)
Parameters:
passwordDictionaryLocation - the full path to the the password dictionary file
delimiter - the delimiter used to separate 'passwords' in the dictionary file

PasswordDictionary

public PasswordDictionary()
Constructs a PasswordDictionary

Method Detail

getPasswordDictionaryLocation

public java.lang.String getPasswordDictionaryLocation()
Gets the location of the password dictionary file
Returns:
the full path to the the password dictionary file

getDelimiter

public java.lang.Character getDelimiter()
Gets the delimiter used to separate 'passwords' in the dictionary file
Returns:
the delimiter used to separate 'passwords' in the dictionary file

setPasswordDictionaryLocation

public void setPasswordDictionaryLocation(java.lang.String passwordDictionaryLocation)
Sets the location of the password dictionary file
Parameters:
passwordDictionaryLocation - the full path to the the password dictionary file

setDelimiter

public void setDelimiter(char delimiter)
Sets the delimiter used to separate 'passwords' in the dictionary file
Parameters:
delimiter - the delimiter used to separate 'passwords' in the dictionary file

Skip navigation links


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