|
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.SmODBCQuery
public final class SmODBCQuery
Represents the SiteMinder ODBC Query Scheme.
This object has global scope.
| Field Summary | |
|---|---|
static java.lang.String |
PropOdbcQueries
Property name to be specified in the method . |
static java.lang.String |
PropQueryAuthenticateUser
Constant to indicate the Authenticate User query scheme. |
static java.lang.String |
PropQueryEnumerate
Constant to indicate the Enumerate query scheme. |
static java.lang.String |
PropQueryGetGroupProp
Constant to indicate the Get Group Property query scheme. |
static java.lang.String |
PropQueryGetGroupProps
Constant to indicate the Get Group Properties query scheme. |
static java.lang.String |
PropQueryGetGroups
Constant to indicate the Get User Groups query scheme. |
static java.lang.String |
PropQueryGetObjInfo
Constant to indicate the Get User Group Info query scheme. |
static java.lang.String |
PropQueryGetUserProp
Constant to indicate the Get User Property query scheme. |
static java.lang.String |
PropQueryGetUserProps
Constant to indicate the Get User Properties query scheme. |
static java.lang.String |
PropQueryInitUser
Constant to indicate the Init User (find a user) query scheme. |
static java.lang.String |
PropQueryIsGroupMember
Constant to indicate the Is Group Member query scheme. |
static java.lang.String |
PropQueryLookup
Constant to indicate the Lookup query scheme. |
static java.lang.String |
PropQueryLookupGroup
Constant to indicate the Lookup Group query scheme. |
static java.lang.String |
PropQueryLookupUser
Constant to indicate the Lookup User query scheme. |
static java.lang.String |
PropQuerySetGroupProp
Constant to indicate the Set Group Property query scheme. |
static java.lang.String |
PropQuerySetPassword
Constant to indicate the Set Password query scheme. |
static java.lang.String |
PropQuerySetUserProp
Constant to indicate the Set User Property query scheme. |
| 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 | |
|---|---|
SmODBCQuery()
Constructs an OBBC query object. |
|
SmODBCQuery(java.lang.String name)
Constructs an OBBC query object with a specified query name. |
|
| Method Summary | |
|---|---|
java.lang.String |
getQueryAuthenticateUser()
Gets a query that retrieves a user's password. |
java.lang.String |
getQueryEnumerate()
Gets a query that lists the names of user objects in the directory. |
java.lang.String |
getQueryGetGroupProp()
Gets a query that returns a property of a group that a user belongs to. |
java.lang.String |
getQueryGetGroupProps()
Gets a list of group attributes. |
java.lang.String |
getQueryGetGroups()
Gets a query that retrieves the names of the groups that the user belongs to. |
java.lang.String |
getQueryGetObjInfo()
Gets a query that fetches the class of the object. |
java.lang.String |
getQueryGetUserProp()
Gets query that returns a comma-separated list of user attributes that reside in the same table as the user name. |
java.lang.String |
getQueryGetUserProps()
Gets a list of user attributes. |
java.lang.String |
getQueryInitUser()
Gets a query that determines if a particular user exists in the database. |
java.lang.String |
getQueryIsGroupMember()
Gets a query that identifies the group membership of a particular user. |
java.lang.String |
getQueryLookup()
Gets a query that returns objects based on a partiulcar attribute in a group table. |
java.lang.String |
getQueryLookupGroup()
Gets a query that retrieves an attribute from the group table in the database in a User Directory. |
java.lang.String |
getQueryLookupUser()
Gets a query that retrieves an attribute from the user table in the database in a User Directory. |
java.lang.String |
getQuerySetGroupProp()
Gets a query that sets a property of a group that a user belogns to. |
java.lang.String |
getQuerySetPassword()
Gets a query that sets the user password. |
java.lang.String |
getQuerySetUserProp()
Gets a query that sets the value of a user property. |
void |
readProperties(java.util.Hashtable properties)
Copies the object properties from the specified hashtable. |
void |
setQueryAuthenticateUser(java.lang.String queryAuthenticateUser)
Sets a query that retrieves a user's password. |
void |
setQueryEnumerate(java.lang.String queryEnumerate)
Set a query that lists the names of user objects in the directory. |
void |
setQueryGetGroupProp(java.lang.String queryGetGroupProp)
Sets a query that returns a property of a group that a user belongs to. |
void |
setQueryGetGroupProps(java.lang.String queryGetGroupProps)
Sets a list of group attributes. |
void |
setQueryGetGroups(java.lang.String queryGetGroups)
Sets a query that retrieves the names of the groups that the user belongs to. |
void |
setQueryGetObjInfo(java.lang.String queryGetObjInfo)
Sets a query that fetches the class of the object. |
void |
setQueryGetUserProp(java.lang.String queryGetUserProp)
Sets a query that returns a comma-separated list of user attributes that reside in the same table as the user name. |
void |
setQueryGetUserProps(java.lang.String queryGetUserProps)
Sets a list of user attributes. |
void |
setQueryInitUser(java.lang.String queryInitUser)
Sets a query that determines if a particular user exists in the database. |
void |
setQueryIsGroupMember(java.lang.String queryIsGroupMember)
Sets a query that identifies the group membership of a particular user. |
void |
setQueryLookup(java.lang.String queryLookup)
Sets a query that returns objects based on an attribute specified in a group table. |
void |
setQueryLookupGroup(java.lang.String queryLookupGroup)
Sets a query that retrieves an attribute from the group table in the database in a User Directory. |
void |
setQueryLookupUser(java.lang.String queryLookupUser)
Sets a query that retrieves an attribute from the user table in the database in a User Directory. |
void |
setQuerySetGroupProp(java.lang.String querySetGroupProp)
Sets a query that sets a property of a group that a user belongs to. |
void |
setQuerySetPassword(java.lang.String querySetPassword)
Sets a query that sets the user password. |
void |
setQuerySetUserProp(java.lang.String querySetUserProp)
Sets a query that sets the value of a user property. |
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 PropOdbcQueries
getGlobalObjectNames().
public static final java.lang.String PropQueryEnumerate
public static final java.lang.String PropQueryGetObjInfo
public static final java.lang.String PropQueryLookup
public static final java.lang.String PropQueryInitUser
public static final java.lang.String PropQueryAuthenticateUser
public static final java.lang.String PropQueryGetUserProp
public static final java.lang.String PropQuerySetUserProp
public static final java.lang.String PropQueryGetUserProps
public static final java.lang.String PropQueryLookupUser
public static final java.lang.String PropQueryGetGroups
public static final java.lang.String PropQueryIsGroupMember
public static final java.lang.String PropQueryGetGroupProp
public static final java.lang.String PropQuerySetGroupProp
public static final java.lang.String PropQueryGetGroupProps
public static final java.lang.String PropQueryLookupGroup
public static final java.lang.String PropQuerySetPassword
| Constructor Detail |
|---|
public SmODBCQuery()
public SmODBCQuery(java.lang.String name)
name - Name of the ODBC query.| Method Detail |
|---|
public void setQueryEnumerate(java.lang.String queryEnumerate)
queryEnumerate - Query that lists the names of user objects in
the directory.public java.lang.String getQueryEnumerate()
public void setQueryGetObjInfo(java.lang.String queryGetObjInfo)
queryGetObjInfo - Query that fetches the class of the object.public java.lang.String getQueryGetObjInfo()
public void setQueryLookup(java.lang.String queryLookup)
queryLookup - Query that returns objects based on an attribute
specified in a group table.public java.lang.String getQueryLookup()
public void setQueryInitUser(java.lang.String queryInitUser)
queryInitUser - Query that determines if a particular user
exists in the database.public java.lang.String getQueryInitUser()
public void setQueryAuthenticateUser(java.lang.String queryAuthenticateUser)
queryAuthenticateUser - Query that retrieves a user's password.public java.lang.String getQueryAuthenticateUser()
public void setQueryGetUserProp(java.lang.String queryGetUserProp)
queryGetUserProp - Query that returns a comma-separated list of
user attributes that reside in the same table as the user
name.public java.lang.String getQueryGetUserProp()
public void setQuerySetUserProp(java.lang.String querySetUserProp)
queryGetUserProps
of method setQueryGetUserProps().
querySetUserProp - Query that sets the value of a user property.public java.lang.String getQuerySetUserProp()
queryGetUserProps
of method setQueryGetUserProps().
public void setQueryGetUserProps(java.lang.String queryGetUserProps)
queryGetUserProps - A comma-separated list of user attributes.public java.lang.String getQueryGetUserProps()
public void setQueryLookupUser(java.lang.String queryLookupUser)
queryLookupUser - Query that retrieves an attribute from the
user tablepublic java.lang.String getQueryLookupUser()
public void setQueryGetGroups(java.lang.String queryGetGroups)
queryGetGroups - Query that retrieves the names of the groups
that the user belongs to.public java.lang.String getQueryGetGroups()
public void setQueryIsGroupMember(java.lang.String queryIsGroupMember)
queryIsGroupMember - Query that identifies the group membership
of a particular user.public java.lang.String getQueryIsGroupMember()
public void setQueryGetGroupProp(java.lang.String queryGetGroupProp)
queryGetGroupProp - Query that returns a property of a group
that a user belongs to.public java.lang.String getQueryGetGroupProp()
public void setQuerySetGroupProp(java.lang.String querySetGroupProp)
querySetGroupProp - Query that sets property of a group that a
user belongs to.public java.lang.String getQuerySetGroupProp()
public void setQueryGetGroupProps(java.lang.String queryGetGroupProps)
queryGetGroupProps - A comma-separated list of group attributes.public java.lang.String getQueryGetGroupProps()
public void setQueryLookupGroup(java.lang.String queryLookupGroup)
queryLookupGroup - Query that retrieves an attribute from the
group table.public java.lang.String getQueryLookupGroup()
public void setQuerySetPassword(java.lang.String querySetPassword)
querySetPassword - Query that sets the user password.public java.lang.String getQuerySetPassword()
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 | ||||||||