|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.dataservices.model.DirectoryEntry
com.ibm.itim.dataservices.model.DirectoryObject
com.ibm.itim.dataservices.model.policy.DirectoryPolicy
public abstract class DirectoryPolicy
This class provides a base implementation of all policy value objects.
Field Summary | |
---|---|
static java.lang.String |
POLICY_ATTR_CAPTION
String constant for the label attribute name. |
static java.lang.String |
POLICY_ATTR_DESCRIPTION
String constant for the description attribute name. |
static java.lang.String |
POLICY_ATTR_ENABLED
String constant for the enabled attribute name. |
static java.lang.String |
POLICY_ATTR_ISDRAFT
String constant for the draft attribute name. |
static java.lang.String |
POLICY_ATTR_KEY_WORDS
String constant for the keywords attribute name. |
static java.lang.String |
POLICY_ATTR_NAME
String constant for the name attribute name. |
static java.lang.String |
POLICY_ATTR_PRIORITY
String constant for the priority attribute name. |
Fields inherited from class com.ibm.itim.dataservices.model.DirectoryObject |
---|
ATTR_ACCESS_RIGHT, ATTR_LIFECYCLE_ENABLE, ATTR_URI, DESCRIPTION, NAME |
Fields inherited from interface com.ibm.itim.util.Sortable |
---|
ATTR_NAME |
Method Summary | |
---|---|
java.lang.String |
getCaption()
Returns the value of the caption attribute. |
java.lang.String |
getDescription()
Returns the value of the description attribute. |
java.lang.String |
getKeywords()
Returns the value of the keywords attribute. |
java.lang.String |
getName()
Returns the value of the name attribute. |
DistinguishedName |
getParentDN()
Returns the parent DN. |
boolean |
isEnabled()
Returns the value of the enabled attribute. |
void |
setCaption(java.lang.String aCaption)
Sets the value of the caption attribute. |
void |
setDescription(java.lang.String aDescription)
Sets the value of the description attribute. |
void |
setEnabled(boolean enabled)
Sets the value of the enabled attribute. |
void |
setKeywords(java.lang.String keywords)
Sets the value of the keywords attribute. |
void |
setName(java.lang.String aName)
Sets the value of the name attribute. |
Methods inherited from class com.ibm.itim.dataservices.model.DirectoryObject |
---|
addAttribute, addAttributeValues, getAccessRights, getAttribute, getAttributes, getAuthorizationOwners, getMapAttributeNames, getMappedAttributes, getNameAttribute, getOldMappedAttributes, getProfileName, getRawAttributes, getSortValue, getTenantDN, isLifecycleDefined, removeAttribute, removeAttribute, setAccessRights, setAttribute, setAttributes, setAuthorizationOwners, setProfileName, setTenantDN, toString |
Methods inherited from class com.ibm.itim.dataservices.model.DirectoryEntry |
---|
clearChange, clearChanges, getChanges, getDistinguishedName, getLastModified, getObjectClasses, getOldAttributes, setDistinguishedName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String POLICY_ATTR_NAME
public static final java.lang.String POLICY_ATTR_KEY_WORDS
public static final java.lang.String POLICY_ATTR_CAPTION
public static final java.lang.String POLICY_ATTR_DESCRIPTION
public static final java.lang.String POLICY_ATTR_ENABLED
public static final java.lang.String POLICY_ATTR_ISDRAFT
public static final java.lang.String POLICY_ATTR_PRIORITY
Method Detail |
---|
public DistinguishedName getParentDN()
public java.lang.String getName()
getName
in interface Policy
getName
in class DirectoryObject
public void setName(java.lang.String aName)
setName
in interface Policy
aName
- the new value of the name attribute.public java.lang.String getKeywords()
getKeywords
in interface Policy
public void setKeywords(java.lang.String keywords)
setKeywords
in interface Policy
aKeywords
- the new value of the Keywords attributepublic java.lang.String getCaption()
getCaption
in interface Policy
public void setCaption(java.lang.String aCaption)
setCaption
in interface Policy
aCaption
- the new value of the Caption attributepublic java.lang.String getDescription()
getDescription
in interface Policy
public void setDescription(java.lang.String aDescription)
setDescription
in interface Policy
aDescription
- the new value of the Description attributepublic boolean isEnabled()
isEnabled
in interface Policy
public void setEnabled(boolean enabled)
setEnabled
in interface Policy
enabled
- the new boolean value of the Enabled attribute.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |