|
SiteMinder Java SDK r6.0 SP6 |
||||||||
| 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.SmRootConfig
public class SmRootConfig
Represents a SiteMinder Root Configuration object.
Root Configuration objects do not have a name or a description.
| Field Summary | |
|---|---|
static java.lang.String |
PropDynamicPrefs
Constant to indicate the property Dynamic Preferences. |
static java.lang.String |
PropEnableUserTracking
Constant to indicate the property Enable User Tracking. |
static java.lang.String |
PropRootConfig
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 | |
|---|---|
SmRootConfig()
Constructs a SiteMinder Root Configuration object. |
|
SmRootConfig(java.lang.String oid)
Constructs a Root Configuration object with the specified Object identifier. |
|
| Method Summary | |
|---|---|
boolean |
getADEnhanced()
Gets the ADEnhanced setting. |
java.lang.String |
getDescription()
Returns null for Root Configuration objects. |
java.lang.String |
getDynamicPrefs()
Gets the dynamic preferences for the object. |
boolean |
getEnableUserTracking()
Gets the Enable User Tracking setting. |
java.lang.String |
getName()
Returns null for Root Configuration objects. |
boolean |
getNestedSecurity()
Gets the Nested security setting. |
void |
readProperties(java.util.Hashtable properties)
Copies the object properties from the specified hashtable. |
void |
setADEnhanced(boolean bADEnhanced)
Sets the ADEnhanced setting. |
void |
setDescription(java.lang.String description)
Sets the description of the object to null. |
void |
setDynamicPrefs(java.lang.String dynamicPrefs)
Sets dynamic preferences for the object. |
void |
setEnableUserTracking(boolean enableUserTracking)
Sets the Enable User Tracking setting. |
void |
setName(java.lang.String name)
Sets the name of the object to null. |
void |
setNestedSecurity(boolean bNestedSecurity)
Sets the Nested security setting |
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 PropRootConfig
getGlobalObjectNames().
public static final java.lang.String PropEnableUserTracking
public static final java.lang.String PropDynamicPrefs
| Constructor Detail |
|---|
public SmRootConfig()
public SmRootConfig(java.lang.String oid)
oid - Object identifier for the root configuration object.| Method Detail |
|---|
public java.lang.String getName()
null for Root Configuration objects.
These objects don't have a name property.
getName in interface SmObjectgetName in class SmObjectImplnull.public void setName(java.lang.String name)
null.
Root Configuration 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.
Root Configuration 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 Root Configuration objects.
These objects don't have a name property.
getDescription in interface SmObjectgetDescription in class SmObjectImplnull.public java.lang.String getDynamicPrefs()
public void setDynamicPrefs(java.lang.String dynamicPrefs)
dynamicPrefs - The dynamic preferences.public boolean getEnableUserTracking()
public void setEnableUserTracking(boolean enableUserTracking)
enableUserTracking - true if user tracking is
enabled. false otherwise.public void setNestedSecurity(boolean bNestedSecurity)
bNestedSecurity - true if Nested Security is
enabled. false otherwise.public boolean getNestedSecurity()
Returns - true if Nested Security is enabled otherwise false.public void setADEnhanced(boolean bADEnhanced)
bADEnhanced - true if ADEnhanced is
enabled. false otherwise.public boolean getADEnhanced()
Returns - true if ADEnhanced is enabled otherwise false.public 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 r6.0 SP6 Thu 02/10/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||