|
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.SmSelfReg
public final class SmSelfReg
Represents a SiteMinder Self-Registration scheme.
This object has global scope.
| Field Summary | |
|---|---|
static java.lang.String |
PropEnableLogging
Constant to indicate the property Enable Logging. |
static java.lang.String |
PropRegistrationURL
Constant to indicate the property Registration URL. |
static java.lang.String |
PropSelfReg
Property name to be specified in the method . |
static java.lang.String |
PropTemplatePath
Constant to indicate the property Template Path. |
static java.lang.String |
PropUserDirectory
Constant to indicate the property User Directory (searchable). |
static java.lang.String |
PropWelcomePathProvider
Constant to indicate the property Welcome Path Provider. |
| 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 | |
|---|---|
SmSelfReg()
Constructs a registration scheme object. |
|
SmSelfReg(java.lang.String szName)
Constructs a registration scheme object with the specified name. |
|
| Method Summary | |
|---|---|
boolean |
getEnableLogging()
Checks whether registration information logging is enabled. |
java.lang.String |
getRegistrationURL()
Gets the location of the form used to welcome users who registered and who have been successfully authenticated. |
java.lang.String |
getTemplatePath()
Gets the location of a registration template. |
SmObjId |
getUserDir()
Gets the Object identifier of the user directory where user information is stored. |
java.lang.String |
getWelcomePathProvider()
Gets the Workflow library for this registration scheme. |
void |
readProperties(java.util.Hashtable properties)
Copies the object properties from the specified hashtable. |
void |
setEnableLogging(boolean enableLogging)
Specifies whether to log registration information. |
void |
setRegistrationURL(java.lang.String registrationURL)
Sets the location of the form used to welcome users who registered and who have been successfully authenticated. |
void |
setTemplatePath(java.lang.String templatePath)
Sets the location of a registration template. |
void |
setUserDir(java.lang.Object userDirectory)
Sets the Object identifier of the user directory where user information is stored. |
void |
setWelcomePathProvider(java.lang.String welcomePathProvider)
Sets the Workflow library for this registration scheme. |
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 PropSelfReg
getGlobalObjectNames().
public static final java.lang.String PropUserDirectory
public static final java.lang.String PropRegistrationURL
public static final java.lang.String PropTemplatePath
public static final java.lang.String PropWelcomePathProvider
public static final java.lang.String PropEnableLogging
| Constructor Detail |
|---|
public SmSelfReg()
public SmSelfReg(java.lang.String szName)
name - Name of the Registration scheme.| Method Detail |
|---|
public SmObjId getUserDir()
public void setUserDir(java.lang.Object userDirectory)
userDirectory - The Object identifier of the user directory.public java.lang.String getRegistrationURL()
public void setRegistrationURL(java.lang.String registrationURL)
registrationURL - the location of the form.public java.lang.String getTemplatePath()
public void setTemplatePath(java.lang.String templatePath)
templatePath - The Location of a registration template.public java.lang.String getWelcomePathProvider()
public void setWelcomePathProvider(java.lang.String welcomePathProvider)
welcomePathProvider - The Workflow library for this registration scheme.public boolean getEnableLogging()
true when logging is enabled. false
otherwise.public void setEnableLogging(boolean enableLogging)
enableLogging - true when logging is enabled;
false otherwise.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 | ||||||||