|
SiteMinder Java SDK r12.0 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
SmObject is the root of the Policy API interfaces.
| Field Summary | |
static java.lang.String |
ConfigurationClassName
Property name to be specified in the method GetGlobalObjectNames(). |
static java.lang.String |
PropDesc
Constant to indicate the object's Description property. |
static java.lang.String |
PropName
Constant to indicate the object's Name property (searchable). |
static java.lang.String |
PropOid
Constant to indicate the object's Object Identifier property (searchable). |
| Method Summary | |
java.lang.String |
getDescription()
Gets the description of the object. |
java.lang.String |
getName()
Gets the name of the object. |
java.lang.String |
getObjectClassname()
Gets the Policy API object class name. |
SmObjId |
getOid()
Gets the object identifier. |
boolean |
isDomainObject()
Specifies whether the current object is a domain object. |
boolean |
isWriteable()
Specifies whether the current object is writable. |
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. |
void |
setName(java.lang.String name)
Sets the name of the object. |
void |
setObjectClassname(java.lang.String className)
Sets the Policy API object class name. |
void |
setOid(java.lang.Object oid)
Sets the object identifier for the Object object. |
void |
setOid(SmObjId oid)
Sets the object identifier for the SmObjId object. |
java.lang.String |
toString()
Returns the name of the current object. |
void |
writeProperties(java.util.Hashtable properties)
Copies the object properties to the specified hashtable. |
void |
writeSearchProperties(java.util.Hashtable properties,
java.lang.String[] searchProps)
Copies the properties of the object specified in searchProps
to the properties hashtable. |
| Field Detail |
public static final java.lang.String PropName
public static final java.lang.String PropOid
public static final java.lang.String PropDesc
public static final java.lang.String ConfigurationClassName
GetGlobalObjectNames().
| Method Detail |
public java.lang.String getObjectClassname()
SmDomain object, it would return
Domain.
public void setObjectClassname(java.lang.String className)
className - Policy API object class name.public SmObjId getOid()
Gets the object identifier.
To put the object identifier in string form, usegetOidString().
public void setOid(SmObjId oid)
SmObjId object. Use
this method to copy one object ID to another object.
oid - The object identifier.public void setOid(java.lang.Object oid)
Object object.
This ID is the object's unique object identifier.
oid - The object identifier.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the object.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description of the object.public boolean isWriteable()
true if the object is writable.public void readProperties(java.util.Hashtable properties)
properties - The new properties of the object.public void writeProperties(java.util.Hashtable properties)
properties - The hashtable where the object properties will be
copied.public boolean isDomainObject()
true if the object is a domain object.public java.lang.String toString()
toString in class java.lang.Object
public void writeSearchProperties(java.util.Hashtable properties,
java.lang.String[] searchProps)
searchProps
to the properties hashtable.
properties - The hashtable where the search properties will be
copied.searchProps - Object whose search properties will be copied to
properties.
|
Java SDK r12.0 SP2 Fri 11/06/2009 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||