|
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.SmSharedSecretPolicy
public final class SmSharedSecretPolicy
Represents a SiteMinder Shared Secret Policy object.
Shared Secret Policy objects do not have a name or a description.
| Field Summary | |
|---|---|
static java.lang.String |
PropIsEnabled
Constant to indicate the property Enabled. |
static java.lang.String |
PropRolloverFrequency
Constant to indicate the property Roll over Frequency. |
static java.lang.String |
PropRolloverPeriod
Constant to indicate the property Roll Over Period. |
static java.lang.String |
PropSharedSecretPolicy
Property name to be specified in the method . |
| 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 | |
|---|---|
SmSharedSecretPolicy()
Constructs a SiteMinder Shared Secret Policy object. |
|
SmSharedSecretPolicy(java.lang.String oid)
Constructs a Shared Secret Policy object with the specified Object identifier. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns null for Shared Secret Policy objects. |
boolean |
getIsEnabled()
Gets the Enabled state of Shared Secret Policy object. |
java.lang.String |
getName()
Returns null for Shared Secret Policy objects. |
int |
getRolloverFrequency()
Gets the Roll Over Frequency for Shared Secret Policy Object |
int |
getRolloverPeriod()
Gets the Roll Over Period for Shared Secret Policy Object |
void |
readProperties(java.util.Hashtable properties)
Copies the object properties from the specified hashtable. |
void |
setDescription(java.lang.String description)
Sets the description of the object to null. |
void |
setIsEnabled(boolean bIsEnabled)
Sets the Enabled state of Shared Secret Policy object. |
void |
setName(java.lang.String name)
Sets the name of the object to null. |
void |
setRolloverFrequency(int nRolloverFrequency)
Sets the Roll Over Frequency for Shared Secret Policy Object |
void |
setRolloverPeriod(int nRolloverPeriod)
Sets the Roll Over Period for Shared Secret Policy 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 PropSharedSecretPolicy
getGlobalObjectNames().
public static final java.lang.String PropIsEnabled
public static final java.lang.String PropRolloverPeriod
public static final java.lang.String PropRolloverFrequency
| Constructor Detail |
|---|
public SmSharedSecretPolicy()
public SmSharedSecretPolicy(java.lang.String oid)
oid - Object identifier for the Shared Secret Policy object.| Method Detail |
|---|
public java.lang.String getName()
null for Shared Secret Policy objects.
These objects don't have a name property.
getName in interface SmObjectgetName in class SmObjectImplnull.public void setName(java.lang.String name)
null.
Shared Secret Policy 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.
Shared Secret Policy 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 Shared Secret Policy 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 Shared Secret Policy Objectpublic int getRolloverPeriod()
public void setRolloverPeriod(int nRolloverPeriod)
The - Roll over period for Shared Secret Policy Objectpublic int getRolloverFrequency()
public void setRolloverFrequency(int nRolloverFrequency)
The - Roll over Frequency for Shared Secret Policy 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 | ||||||||