|
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.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 |
PropKeyStoreVersion
Constant to indicate the Keystore Version property. |
static java.lang.String |
PropMajorVersion
Constant to indicate the Major Version property . |
static java.lang.String |
PropMinorVersion
Constant to indicate the Minor Version property. |
static java.lang.String |
PropMode
Constant to indicate the mode property. |
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. |
int |
getKeystoreVersion()
Gets the Keystore Version value. |
int |
getMinorVersion()
Gets the Minor Version value. |
int |
getMode()
Gets the Mode value. |
java.lang.String |
getName()
Returns null for Root Configuration objects. |
boolean |
getNestedSecurity()
Gets the Nested security setting. |
int |
getVersion()
Gets the Major Version value. |
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 |
setKeystoreVersion(int nKeystoreVersion)
Sets the Keystore Version value. |
void |
setMajorVersion(int nMajorVersion)
Sets the Major Version value. |
void |
setMinorVersion(int nMinorVersion)
Sets the Minor Version value. |
void |
setMode(int nMode)
Sets the Mode value. |
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
public static final java.lang.String PropMajorVersion
public static final java.lang.String PropMinorVersion
public static final java.lang.String PropMode
public static final java.lang.String PropKeyStoreVersion
| 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 int getVersion()
public void setMajorVersion(int nMajorVersion)
Major - Version as int value.public int getMinorVersion()
public void setMinorVersion(int nMinorVersion)
Minor - Version as int value.public int getMode()
public void setMode(int nMode)
Mode - as int value.public int getKeystoreVersion()
public void setKeystoreVersion(int nKeystoreVersion)
Keystore - Version as int value.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 r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||