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
Policy
represents 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 boolean
equals(Object obj)
String
getContentProviderId()
String
getManagedSysId()
String
getPatternId()
String
getPrincipal()
String
getUserId()
int
hashCode()
void
setContentProviderId(String contentProviderId)
void
setManagedSysId(String managedSysId)
void
setPatternId(String patternId)
void
setPrincipal(String principal)
void
setUserId(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)
-
-