|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.sdk.policyapi.SmObjectImpl
com.netegrity.sdk.policyapi.SmKeyManagement
public final class SmKeyManagement
Represents a SiteMinder Key Management object.
Key Management objects do not have a name or a description.
| Field Summary | |
|---|---|
static java.lang.String |
PropChangeFreq
Constant to indicate the property Change Frequency. |
static java.lang.String |
PropChangeValue
Constant to indicate the property Change Value. |
static java.lang.String |
PropFireHour
Constant to indicate the property Fire Hour |
static java.lang.String |
PropIsEnabled
Constant to indicate the property Enabled. |
static java.lang.String |
PropKeyManagement
Property name to be specified in the method . |
static java.lang.String |
PropNewKeySetTime
Constant to indicate the property New Key Time |
static java.lang.String |
PropOldKeySetTime
Constant to indicate the property Old Key Time |
static java.lang.String |
PropPersistentKey
Constant to indicate the property Persistent Key. |
| Fields inherited from class com.netegrity.sdk.policyapi.SmObjectImpl |
|---|
PropObjectClassName |
| Fields inherited from interface com.netegrity.sdk.policyapi.SmObject |
|---|
ConfigurationClassName, PropDesc, PropName, PropOid |
| Constructor Summary | |
|---|---|
SmKeyManagement()
Constructs a SiteMinder Key Management object. |
|
SmKeyManagement(java.lang.String oid)
Constructs a Key Management object with the specified Object identifier. |
|
| Method Summary | |
|---|---|
int |
getChangeFrequency()
Gets the Change Frequency for Key Management Object |
int |
getChangeValue()
Gets the Change Value for Key Management Object |
java.lang.String |
getDescription()
Returns null for Key Management objects. |
int |
getFireHour()
Gets the Fire Hour for Key Management Object |
boolean |
getIsEnabled()
Gets the Enabled state of Key Management object. |
java.lang.String |
getName()
Returns null for Key Management objects. |
int |
getNewKeySetTime()
Gets the New Key Set Time for Key Management Object |
int |
getOldKeySetTime()
Gets the Old Key Set Time for Key Management Object |
void |
readProperties(java.util.Hashtable properties)
Copies the object properties from the specified hashtable. |
void |
setChangeFrequency(int nChangeFreq)
Sets the Change Frequency for Key Management Object |
void |
setChangeValue(int nChangeValue)
Sets the Change Value for Key Management Object |
void |
setDescription(java.lang.String description)
Sets the description of the object to null. |
void |
setFireHour(int nFireHour)
Sets the Fire Hour for Key Management Object |
void |
setIsEnabled(boolean bIsEnabled)
Sets the Enabled state of Key Management object. |
void |
setName(java.lang.String name)
Sets the name of the object to null. |
void |
setNewKeySetTime(int nNewKeySetTime)
Sets the New Key Set Time for Key Management Object |
void |
setOldKeySetTime(int nOldKeySetTime)
Sets the Old Key Set Time for Key Management Object |
void |
writeProperties(java.util.Hashtable properties)
Copies the object properties to the specified hashtable. |
| Methods inherited from class com.netegrity.sdk.policyapi.SmObjectImpl |
|---|
getObjectClassname, getOid, isDomainObject, isWriteable, newObject, setObjectClassname, setOid, setOid, toString, writeSearchProperties |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PropKeyManagement
getGlobalObjectNames().
public static final java.lang.String PropIsEnabled
public static final java.lang.String PropChangeFreq
public static final java.lang.String PropChangeValue
public static final java.lang.String PropNewKeySetTime
public static final java.lang.String PropOldKeySetTime
public static final java.lang.String PropFireHour
public static final java.lang.String PropPersistentKey
| Constructor Detail |
|---|
public SmKeyManagement()
public SmKeyManagement(java.lang.String oid)
oid - Object identifier for the Key Management object.| Method Detail |
|---|
public java.lang.String getName()
null for Key Management objects.
These objects don't have a name property.
getName in interface SmObjectgetName in class SmObjectImplnull.public void setName(java.lang.String name)
null.
Key Management objects don't have a name property.
setName in interface SmObjectsetName in class SmObjectImplname - The name of the object.public void setDescription(java.lang.String description)
null.
Key Management objects don't have a description property.
setDescription in interface SmObjectsetDescription in class SmObjectImplname - The description of the object.public java.lang.String getDescription()
null for Key Management objects.
These objects don't have a name property.
getDescription in interface SmObjectgetDescription in class SmObjectImplnull.public boolean getIsEnabled()
public void setIsEnabled(boolean bIsEnabled)
The - Enabled state of Key Management Objectpublic int getChangeFrequency()
public void setChangeFrequency(int nChangeFreq)
The - Change Frequency for Key Management Objectpublic int getChangeValue()
public void setChangeValue(int nChangeValue)
The - Change Value for Key Management Objectpublic int getNewKeySetTime()
public void setNewKeySetTime(int nNewKeySetTime)
The - New Key Set Time for Key Management Objectpublic int getOldKeySetTime()
public void setOldKeySetTime(int nOldKeySetTime)
The - Old Key Set Time for Key Management Objectpublic int getFireHour()
public void setFireHour(int nFireHour)
The - Fire Hour for Key Management Objectpublic void writeProperties(java.util.Hashtable properties)
SmObject
writeProperties in interface SmObjectwriteProperties in class SmObjectImplproperties - The hashtable where the object properties will be
copied.public void readProperties(java.util.Hashtable properties)
SmObject
readProperties in interface SmObjectreadProperties in class SmObjectImplproperties - The new properties of the object.
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||