Skip navigation links


oracle.iam.passwordmgmt.vo
Class OimPasswordPolicy

java.lang.Object
  extended by PasswordPolicy
      extended by oracle.iam.passwordmgmt.vo.OimPasswordPolicy


public class OimPasswordPolicy
extends PasswordPolicy

Field Summary
static OimPasswordPolicy NULL_PASSWORD_POLICY
           

 

Constructor Summary
OimPasswordPolicy()
           
OimPasswordPolicy(oracle.idm.common.ipf.api.vo.PasswordPolicyInfo p)
           
OimPasswordPolicy(java.lang.String id)
           

 

Method Summary
 java.util.Date getCreate()
           
 java.lang.Long getCreateBy()
           
 java.util.Date getUpdate()
           
 java.lang.Long getUpdateBy()
           
 void setCreate(java.util.Date create)
           
 void setCreateBy(java.lang.Long createBy)
           
 void setUpdate(java.util.Date update)
           
 void setUpdateBy(java.lang.Long updateBy)
           
 void validatePolicy(java.util.Locale locale)
          Validates the policy for create and modify operations

 

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

 

Field Detail

NULL_PASSWORD_POLICY

public static final OimPasswordPolicy NULL_PASSWORD_POLICY

Constructor Detail

OimPasswordPolicy

public OimPasswordPolicy()

OimPasswordPolicy

public OimPasswordPolicy(java.lang.String id)
Parameters:
id - the unique id of the Password Policy

OimPasswordPolicy

public OimPasswordPolicy(oracle.idm.common.ipf.api.vo.PasswordPolicyInfo p)

Method Detail

validatePolicy

public void validatePolicy(java.util.Locale locale)
                    throws InconsistentPasswordRulesException
Validates the policy for create and modify operations
Throws:
InconsistentPasswordRulesException

setCreate

public void setCreate(java.util.Date create)
Parameters:
create - password policy creation date

getCreate

public java.util.Date getCreate()
Returns:
password policy creation date

setCreateBy

public void setCreateBy(java.lang.Long createBy)
Parameters:
createBy - password policy creator id

getCreateBy

public java.lang.Long getCreateBy()
Returns:
password policy creator id

setUpdate

public void setUpdate(java.util.Date update)
Parameters:
update - date of password policy update

getUpdate

public java.util.Date getUpdate()
Returns:
date of password policy update

setUpdateBy

public void setUpdateBy(java.lang.Long updateBy)
Parameters:
updateBy - password policy updater id

getUpdateBy

public java.lang.Long getUpdateBy()
Returns:
password policy updater id

Skip navigation links


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