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()
           
PasswordDictionary(java.lang.String passwordDictionaryLocation, char delimiter)
           

 

Method Summary
 java.lang.Character getDelimiter()
           
 java.lang.String getPasswordDictionaryLocation()
           
 void setDelimiter(char delimiter)
           
 void setPasswordDictionaryLocation(java.lang.String passwordDictionaryLocation)
           

 

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()

Method Detail

getPasswordDictionaryLocation

public java.lang.String getPasswordDictionaryLocation()

getDelimiter

public java.lang.Character getDelimiter()

setPasswordDictionaryLocation

public void setPasswordDictionaryLocation(java.lang.String passwordDictionaryLocation)

setDelimiter

public void setDelimiter(char delimiter)

Skip navigation links


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