|
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.SmDomain
public class SmDomain
Represents a SiteMinder Domain object.
This object has global scope.
| Field Summary | |
|---|---|
static java.lang.String |
PropActiveExprs
|
static java.lang.String |
PropAdmins
The object's administrators property. |
static java.lang.String |
PropDomains
Property name to be specified in the method . |
static java.lang.String |
PropIMSEnvs
|
static java.lang.String |
PropIsAffiliate
|
static java.lang.String |
PropMode
|
static java.lang.String |
PropPolicies
|
static java.lang.String |
PropRealms
The object's Realms property. |
static java.lang.String |
PropResponseGroups
|
static java.lang.String |
PropResponses
|
static java.lang.String |
PropRuleGroups
|
static java.lang.String |
PropRules
The object's Rules property. |
static java.lang.String |
PropUserDirectories
The object's user directories property. |
static java.lang.String |
PropVariables
|
| 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 | |
|---|---|
SmDomain()
Constructs a SiteMinder Domain object. |
|
SmDomain(java.lang.String name)
Constructs a SiteMinder Domain object with the specified name. |
|
| Method Summary | |
|---|---|
boolean |
getIsAffiliate()
Checks whether the domain is Affiliate. |
int |
getMode()
Checks the mode for the domain |
void |
readProperties(java.util.Hashtable properties)
Copies the object properties from the specified hashtable. |
void |
setIsAffiliate(boolean affiliate)
Sets the domain as an Affiliate Domain. |
void |
setMode(int mode)
Sets the mode for the domain. |
void |
writeProperties(java.util.Hashtable properties)
Copies the object properties to the specified hashtable. |
| Methods inherited from class com.netegrity.sdk.policyapi.SmObjectImpl |
|---|
getDescription, getName, getObjectClassname, getOid, isDomainObject, isWriteable, newObject, setDescription, setName, 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 PropDomains
getGlobalObjectNames().
public static final java.lang.String PropAdmins
public static final java.lang.String PropUserDirectories
public static final java.lang.String PropRealms
public static final java.lang.String PropRules
public static final java.lang.String PropResponses
public static final java.lang.String PropPolicies
public static final java.lang.String PropRuleGroups
public static final java.lang.String PropResponseGroups
public static final java.lang.String PropVariables
public static final java.lang.String PropActiveExprs
public static final java.lang.String PropIsAffiliate
public static final java.lang.String PropMode
public static final java.lang.String PropIMSEnvs
| Constructor Detail |
|---|
public SmDomain()
public SmDomain(java.lang.String name)
name - Name of the Domain.| Method Detail |
|---|
public boolean getIsAffiliate()
true if the Domain is an Affiliate Domain.
false otherwise.public void setIsAffiliate(boolean affiliate)
affiliate - If true the domain is affiliate.
false otherwise.public int getMode()
true if the Domain is Affiliated.
false otherwise.public void setMode(int mode)
mode - - The bits of this integer determines various modes of the domain.
Integer is calculated using following bit values
ModeHidden = 0x00000001ModeGlobalPoliciesApply = 0x00000002ModeGlobal = 0x00000004public 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 | ||||||||