Package org.openiam.idm.srvc.policy.dto
Class PasswordPolicyAssocSearchBean
- java.lang.Object
-
- org.openiam.idm.searchbeans.AbstractSearchBean
-
- org.openiam.idm.srvc.policy.dto.PasswordPolicyAssocSearchBean
-
- All Implemented Interfaces:
Serializable,SearchBean
public class PasswordPolicyAssocSearchBean extends AbstractSearchBean implements Serializable
Policyrepresents a policy object that is used by the policy service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordPolicyAssocSearchBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetContentProviderId()StringgetManagedSysId()StringgetPatternId()StringgetPrincipal()StringgetUserId()inthashCode()voidsetContentProviderId(String contentProviderId)voidsetManagedSysId(String managedSysId)voidsetPatternId(String patternId)voidsetPrincipal(String principal)voidsetUserId(String userId)-
Methods inherited from class org.openiam.idm.searchbeans.AbstractSearchBean
addKey, addKeys, addSortParam, getCacheKey, getKeySet, setKey, setKeySet
-
-
-
-
Method Detail
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getContentProviderId
public String getContentProviderId()
-
setContentProviderId
public void setContentProviderId(String contentProviderId)
-
getPatternId
public String getPatternId()
-
setPatternId
public void setPatternId(String patternId)
-
getManagedSysId
public String getManagedSysId()
-
setManagedSysId
public void setManagedSysId(String managedSysId)
-
getPrincipal
public String getPrincipal()
-
setPrincipal
public void setPrincipal(String principal)
-
-