Skip navigation links


oracle.iam.platform.auth.providers.common.ipf.ppr.vo
Class OimPasswordPolicy

java.lang.Object
  extended by PasswordPolicy
      extended by oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy


public class OimPasswordPolicy
extends PasswordPolicy

Field Summary
static OimPasswordPolicy NULL_PASSWORD_POLICY
           

 

Constructor Summary
OimPasswordPolicy()
           
OimPasswordPolicy(java.lang.String id)
           

 

Method Summary
 java.util.Date getCreate()
           
 java.lang.Integer getCreateBy()
           
 java.util.Date getUpdate()
           
 java.lang.Integer getUpdateBy()
           
 void setCreate(java.util.Date create)
           
 void setCreateBy(java.lang.Integer createBy)
           
 void setUpdate(java.util.Date update)
           
 void setUpdateBy(java.lang.Integer 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

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.Integer createBy)
Parameters:
createBy - password policy creator id (hashkey in case of oimxe)

getCreateBy

public java.lang.Integer getCreateBy()
Returns:
password policy creator id (hashkey in case of oimxe)

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.Integer updateBy)
Parameters:
updateBy - password policy updater id (hashkey in case of oimxe)

getUpdateBy

public java.lang.Integer getUpdateBy()
Returns:
password policy updater id (hashkey in case of oimxe)

Skip navigation links


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