|
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.SmAuthValidateMap
public final class SmAuthValidateMap
Represents a SiteMinder authentication and validation directory mapping object.
This object has global scope.
| Field Summary | |
|---|---|
static java.lang.String |
AUTHVALIDATE_MAPTYPE_DN
Indicates that the type of directory mapping matches the user's distinguished name exactly from the authentication directory to the validation directory. |
static java.lang.String |
AUTHVALIDATE_MAPTYPE_UNIVERSALID
Indicates that the type of directory mapping matches the value of the Universal ID attribute exactly from the authentication directory to the validation directory. |
static java.lang.String |
PropAuthDirName
The object's authentication user directory name property. |
static java.lang.String |
PropAuthValidateMaps
Property name to be specified in the method . |
static java.lang.String |
PropMapType
The object's directory mapping type property. |
static java.lang.String |
PropValidateDirOid
The object's validation user directory property |
| 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 | |
|---|---|
SmAuthValidateMap()
Constructs an authentication and validation directory mapping object. |
|
SmAuthValidateMap(java.lang.String oid)
Constructs an authentication and validation directory mapping object with the specified object identifier. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthUserDir()
Gets the authentication directory of the directory mapping. |
java.lang.String |
getAuthValidateType()
Gets the authentication and validation directory mapping type. |
java.lang.String |
getDescription()
Gets the description of the object. |
java.lang.String |
getName()
Gets the name of the object. |
SmObjId |
getValidateUserDir()
Gets the validation directory for the directory mapping. |
void |
readProperties(java.util.Hashtable properties)
Copies the object properties from the specified hashtable. |
void |
setAuthUserDir(java.lang.String authUserDirName)
Sets the authentication directory for the directory mapping. |
void |
setAuthValidateType(java.lang.String szAuthValidateMapType)
Sets the authentication and validation directory mapping type. |
void |
setDescription(java.lang.String description)
Authentication and validation directory mapping objects do not have a description property. |
void |
setName(java.lang.String name)
Authentication and validation directory mapping objects do not have a name property. |
void |
setValidateUserDir(java.lang.Object validationUserDir)
Sets the validation directory for the directory mapping. |
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 PropAuthValidateMaps
getGlobalObjectNames().
public static final java.lang.String PropAuthDirName
public static final java.lang.String PropValidateDirOid
public static final java.lang.String PropMapType
public static final java.lang.String AUTHVALIDATE_MAPTYPE_DN
public static final java.lang.String AUTHVALIDATE_MAPTYPE_UNIVERSALID
| Constructor Detail |
|---|
public SmAuthValidateMap()
public SmAuthValidateMap(java.lang.String oid)
oid - Object identifier of the directory mapping.| Method Detail |
|---|
public java.lang.String getName()
getName in interface SmObjectgetName in class SmObjectImplnullpublic void setName(java.lang.String name)
null.
setName in interface SmObjectsetName in class SmObjectImplname - The name of the object.public void setDescription(java.lang.String description)
null.
setDescription in interface SmObjectsetDescription in class SmObjectImpldescription - The description of the object.public java.lang.String getDescription()
getDescription in interface SmObjectgetDescription in class SmObjectImplnullpublic void setAuthUserDir(java.lang.String authUserDirName)
authUserDirectory - The object identifier of the authentication
directory.public java.lang.String getAuthUserDir()
public void setValidateUserDir(java.lang.Object validationUserDir)
validationUserDir - The object identifier of the authorization
directory.public SmObjId getValidateUserDir()
public java.lang.String getAuthValidateType()
public void setAuthValidateType(java.lang.String szAuthValidateMapType)
authValidateMapType - The authentication and validation
directory mapping type.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 | ||||||||