Skip navigation links


oracle.iam.passwordmgmt.vo
Class PasswordPolicyInfo

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

All Implemented Interfaces:
java.io.Serializable

public class PasswordPolicyInfo
extends java.lang.Object
implements java.io.Serializable
Since:
OIM 11gR1
See Also:
Serialized Form

Constructor Summary
PasswordPolicyInfo()
           

 

Method Summary
 java.util.LinkedHashSet getAllowedChars()
           
 java.lang.Boolean getComplexPolicy()
           
 char getDictionaryDelimiter()
           
 java.lang.String getDictionaryLocation()
           
 java.util.LinkedHashSet getDisallowedChars()
           
 java.util.Set getDisallowedSubstrings()
           
 java.lang.String getId()
           
 java.lang.Integer getMaxLength()
           
 java.lang.Integer getMaxRepeatedChars()
           
 java.lang.Integer getMaxSpecialChars()
           
 java.lang.Integer getMaxUnicodeChars()
           
 java.lang.Integer getMinAlphabets()
           
 java.lang.Integer getMinAlphaNumerals()
           
 java.lang.Integer getMinLength()
           
 java.lang.Integer getMinLowerCase()
           
 java.lang.Integer getMinNumerals()
           
 java.lang.Integer getMinPasswordAgeInDays()
           
 java.lang.Integer getMinSpecialChars()
           
 java.lang.Integer getMinUnicodeChars()
           
 java.lang.Integer getMinUniqueChars()
           
 java.lang.Integer getMinUpperCase()
           
 java.lang.Integer getNumPasswordsInHistory()
           
 java.lang.Integer getPasswordExpiresAfterInDays()
           
 java.lang.Integer getPasswordWarningAfterInDays()
           
 java.util.Set getRequiredChars()
           
 java.lang.Boolean getStartsWithAlphabet()
           
 java.lang.Boolean isFirstNameDisallowed()
           
 java.lang.Boolean isLastNameDisallowed()
           
 java.lang.Boolean isUserIdDisallowed()
           
 void setAllowedChars(java.util.LinkedHashSet allowedChars)
           
 void setComplexPolicy(java.lang.Boolean complexPolicy)
           
 void setDictionaryDelimiter(char dictionaryDelimiter)
           
 void setDictionaryLocation(java.lang.String dictionaryLocation)
           
 void setDisallowedChars(java.util.LinkedHashSet disallowedChars)
           
 void setDisallowedSubstrings(java.util.Set disallowedSubstrings)
           
 void setFirstNameDisallowed(java.lang.Boolean firstNameDisallowed)
           
 void setId(java.lang.String id)
           
 void setLastNameDisallowed(java.lang.Boolean lastNameDisallowed)
           
 void setMaxLength(java.lang.Integer maxLength)
           
 void setMaxRepeatedChars(java.lang.Integer maxRepeatedChars)
           
 void setMaxSpecialChars(java.lang.Integer maxSpecialChars)
           
 void setMaxUnicodeChars(java.lang.Integer maxUnicodeChars)
           
 void setMinAlphabets(java.lang.Integer minAlphabets)
           
 void setMinAlphaNumerals(java.lang.Integer minAlphaNumerals)
           
 void setMinLength(java.lang.Integer minLength)
           
 void setMinLowerCase(java.lang.Integer minLowerCase)
           
 void setMinNumerals(java.lang.Integer minNumerals)
           
 void setMinPasswordAgeInDays(java.lang.Integer minPasswordAgeInDays)
           
 void setMinSpecialChars(java.lang.Integer minSpecialChars)
           
 void setMinUnicodeChars(java.lang.Integer minUnicodeChars)
           
 void setMinUniqueChars(java.lang.Integer minUniqueChars)
           
 void setMinUpperCase(java.lang.Integer minUpperCase)
           
 void setNumPasswordsInHistory(java.lang.Integer numPasswordsInHistory)
           
 void setPasswordExpiresAfterInDays(java.lang.Integer passwordExpiresAfterInDays)
           
 void setPasswordWarningAfterInDays(java.lang.Integer passwordWarningAfterInDays)
           
 void setRequiredChars(java.util.Set requiredChars)
           
 void setStartsWithAlphabet(java.lang.Boolean startsWithAlphabet)
           
 void setUserIdDisallowed(java.lang.Boolean userIdDisallowed)
           

 

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

 

Constructor Detail

PasswordPolicyInfo

public PasswordPolicyInfo()

Method Detail

getId

public java.lang.String getId()
Returns:
the id

setId

public void setId(java.lang.String id)
Parameters:
id - the id to set

getMaxLength

public java.lang.Integer getMaxLength()
Returns:
the maxLength

setMaxLength

public void setMaxLength(java.lang.Integer maxLength)
Parameters:
maxLength - the maxLength to set

getMinLength

public java.lang.Integer getMinLength()
Returns:
the minLength

setMinLength

public void setMinLength(java.lang.Integer minLength)
Parameters:
minLength - the minLength to set

getMinAlphabets

public java.lang.Integer getMinAlphabets()
Returns:
the minAlphabets

setMinAlphabets

public void setMinAlphabets(java.lang.Integer minAlphabets)
Parameters:
minAlphabets - the minAlphabets to set

getMinNumerals

public java.lang.Integer getMinNumerals()
Returns:
the minNumerals

setMinNumerals

public void setMinNumerals(java.lang.Integer minNumerals)
Parameters:
minNumerals - the minNumerals to set

getMinAlphaNumerals

public java.lang.Integer getMinAlphaNumerals()
Returns:
the minAlphaNumerals

setMinAlphaNumerals

public void setMinAlphaNumerals(java.lang.Integer minAlphaNumerals)
Parameters:
minAlphaNumerals - the minAlphaNumerals to set

getMinSpecialChars

public java.lang.Integer getMinSpecialChars()
Returns:
the minSpecialChars

setMinSpecialChars

public void setMinSpecialChars(java.lang.Integer minSpecialChars)
Parameters:
minSpecialChars - the minSpecialChars to set

getMaxSpecialChars

public java.lang.Integer getMaxSpecialChars()
Returns:
the maxSpecialChars

setMaxSpecialChars

public void setMaxSpecialChars(java.lang.Integer maxSpecialChars)
Parameters:
maxSpecialChars - the maxSpecialChars to set

getMinUpperCase

public java.lang.Integer getMinUpperCase()
Returns:
the minUpperCase

setMinUpperCase

public void setMinUpperCase(java.lang.Integer minUpperCase)
Parameters:
minUpperCase - the minUpperCase to set

getMinLowerCase

public java.lang.Integer getMinLowerCase()
Returns:
the minLowerCase

setMinLowerCase

public void setMinLowerCase(java.lang.Integer minLowerCase)
Parameters:
minLowerCase - the minLowerCase to set

getMinUniqueChars

public java.lang.Integer getMinUniqueChars()
Returns:
the minUniqueChars

setMinUniqueChars

public void setMinUniqueChars(java.lang.Integer minUniqueChars)
Parameters:
minUniqueChars - the minUniqueChars to set

getMaxRepeatedChars

public java.lang.Integer getMaxRepeatedChars()
Returns:
the maxRepeatedChars

setMaxRepeatedChars

public void setMaxRepeatedChars(java.lang.Integer maxRepeatedChars)
Parameters:
maxRepeatedChars - the maxRepeatedChars to set

getStartsWithAlphabet

public java.lang.Boolean getStartsWithAlphabet()
Returns:
the startsWithAlphabet

setStartsWithAlphabet

public void setStartsWithAlphabet(java.lang.Boolean startsWithAlphabet)
Parameters:
startsWithAlphabet - the startsWithAlphabet to set

getMinUnicodeChars

public java.lang.Integer getMinUnicodeChars()
Returns:
the minUnicodeChars

setMinUnicodeChars

public void setMinUnicodeChars(java.lang.Integer minUnicodeChars)
Parameters:
minUnicodeChars - the minUnicodeChars to set

getMaxUnicodeChars

public java.lang.Integer getMaxUnicodeChars()
Returns:
the maxUnicodeChars

setMaxUnicodeChars

public void setMaxUnicodeChars(java.lang.Integer maxUnicodeChars)
Parameters:
maxUnicodeChars - the maxUnicodeChars to set

isFirstNameDisallowed

public java.lang.Boolean isFirstNameDisallowed()
Returns:
the firstNameDisallowed

setFirstNameDisallowed

public void setFirstNameDisallowed(java.lang.Boolean firstNameDisallowed)
Parameters:
firstNameDisallowed - the firstNameDisallowed to set

isLastNameDisallowed

public java.lang.Boolean isLastNameDisallowed()
Returns:
the lastNameDisallowed

setLastNameDisallowed

public void setLastNameDisallowed(java.lang.Boolean lastNameDisallowed)
Parameters:
lastNameDisallowed - the lastNameDisallowed to set

isUserIdDisallowed

public java.lang.Boolean isUserIdDisallowed()
Returns:
the userIdDisallowed

setUserIdDisallowed

public void setUserIdDisallowed(java.lang.Boolean userIdDisallowed)
Parameters:
userIdDisallowed - the userIdDisallowed to set

getComplexPolicy

public java.lang.Boolean getComplexPolicy()
Returns:
the complexPolicy

setComplexPolicy

public void setComplexPolicy(java.lang.Boolean complexPolicy)
Parameters:
complexPolicy - the complexPolicy to set

getMinPasswordAgeInDays

public java.lang.Integer getMinPasswordAgeInDays()
Returns:
the minPasswordAgeInDays

setMinPasswordAgeInDays

public void setMinPasswordAgeInDays(java.lang.Integer minPasswordAgeInDays)
Parameters:
minPasswordAgeInDays - the minPasswordAgeInDays to set

getPasswordExpiresAfterInDays

public java.lang.Integer getPasswordExpiresAfterInDays()
Returns:
the passwordExpiresAfterInDays

setPasswordExpiresAfterInDays

public void setPasswordExpiresAfterInDays(java.lang.Integer passwordExpiresAfterInDays)
Parameters:
passwordExpiresAfterInDays - the passwordExpiresAfterInDays to set

getPasswordWarningAfterInDays

public java.lang.Integer getPasswordWarningAfterInDays()
Returns:
the passwordWarningAfterInDays

setPasswordWarningAfterInDays

public void setPasswordWarningAfterInDays(java.lang.Integer passwordWarningAfterInDays)
Parameters:
passwordWarningAfterInDays - the passwordWarningAfterInDays to set

getRequiredChars

public java.util.Set getRequiredChars()
Returns:
the requiredChars

setRequiredChars

public void setRequiredChars(java.util.Set requiredChars)
Parameters:
requiredChars - the requiredChars to set

getDisallowedChars

public java.util.LinkedHashSet getDisallowedChars()
Returns:
the disallowedChars

setDisallowedChars

public void setDisallowedChars(java.util.LinkedHashSet disallowedChars)
Parameters:
disallowedChars - the disallowedChars to set

getAllowedChars

public java.util.LinkedHashSet getAllowedChars()
Returns:
the allowedChars

setAllowedChars

public void setAllowedChars(java.util.LinkedHashSet allowedChars)
Parameters:
allowedChars - the allowedChars to set

getDisallowedSubstrings

public java.util.Set getDisallowedSubstrings()
Returns:
the disallowedSubstrings

setDisallowedSubstrings

public void setDisallowedSubstrings(java.util.Set disallowedSubstrings)
Parameters:
disallowedSubstrings - the disallowedSubstrings to set

getDictionaryLocation

public java.lang.String getDictionaryLocation()
Returns:
the dictionaryLocation

setDictionaryLocation

public void setDictionaryLocation(java.lang.String dictionaryLocation)
Parameters:
dictionaryLocation - the dictionaryLocation to set

getDictionaryDelimiter

public char getDictionaryDelimiter()
Returns:
the dictionaryDelimiter

setDictionaryDelimiter

public void setDictionaryDelimiter(char dictionaryDelimiter)
Parameters:
dictionaryDelimiter - the dictionaryDelimiter to set

getNumPasswordsInHistory

public java.lang.Integer getNumPasswordsInHistory()
Returns:
the numPasswordsInHistory

setNumPasswordsInHistory

public void setNumPasswordsInHistory(java.lang.Integer numPasswordsInHistory)
Parameters:
numPasswordsInHistory - the numPasswordsInHistory to set

Skip navigation links


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