com.ibm.itim.dataservices.model.policy
Interface Policy

All Known Implementing Classes:
DirectoryPolicy, RecertificationPolicy, ScopedPolicy, SeparationOfDutyPolicy, ServicePolicy

public interface Policy

This interface describes all basic (descripive) policy attributes


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.
 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 aKeywords)
          Sets the value of the Keywords attribute.
 void setName(java.lang.String aName)
          Sets the value of the Name attribute.
 

Method Detail

setName

void setName(java.lang.String aName)
Sets the value of the Name attribute.

Parameters:
aName - String containing the name.

setKeywords

void setKeywords(java.lang.String aKeywords)
Sets the value of the Keywords attribute.

Parameters:
aKeywords - String containing policy keywords separated by spaces

setCaption

void setCaption(java.lang.String aCaption)
Sets the value of the Caption attribute.

Parameters:
aCaption - String containing a short caption.

setDescription

void setDescription(java.lang.String aDescription)
Sets the value of the Description attribute.

Parameters:
aDescription - Strig containing a long description of the object

getName

java.lang.String getName()
Returns the value of the Name attribute.

Returns:
the Name.

getKeywords

java.lang.String getKeywords()
Returns the value of the Keywords attribute.

Returns:
the Keywords.

getCaption

java.lang.String getCaption()
Returns the value of the Caption attribute.

Returns:
the Caption.

getDescription

java.lang.String getDescription()
Returns the value of the Description attribute.

Returns:
the Description.

isEnabled

boolean isEnabled()
Returns the value of the enabled attribute.

Returns:
the Enabled value.

setEnabled

void setEnabled(boolean enabled)
Sets the value of the Enabled attribute.

Parameters:
enabled - true/false


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.