|
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.dmsapi.SmDmsConfig
public class SmDmsConfig
Represents a DMS configuration object.
Every DMS request includes an organization DN. The information in theSmDmsConfig object is below that DN
in the directory structure.
ou=dev,ou=eng,o=swdev.com has four
sub DNs, or "containers,"
with default container names. You can keep the default
names or change them, depending on the SmDmsConfig
constructor you choose.
| Constructor Summary | |
|---|---|
SmDmsConfig()
Creates a DMS configuration object with default directory structure names. |
|
SmDmsConfig(java.lang.String PeopleSubDn,
java.lang.String GroupsSubDn,
java.lang.String RolesSubDn,
java.lang.String OrgAdminSubDn,
java.lang.String OrgAdminOrgs,
java.lang.String DnOrgs)
Creates a DMS configuration object with custom directory stucture names. |
|
| Method Summary | |
|---|---|
void |
encodeCommand(SmApiObject apiObj)
Internal use only. |
java.lang.String |
getDnOrgs()
Returns the attribute name for the list of organizations that a user can belong to. |
java.lang.String |
getGroupsSubDn()
Returns the attribute and container names for groups. |
java.lang.String |
getOrgAdminOrgs()
Returns the attribute name for the list of organizations that an administrator can manage. |
java.lang.String |
getOrgAdminSubDn()
Returns the attribute and container names for organization administrators. |
java.lang.String |
getPeopleSubDn()
Returns the attribute and container names for users. |
java.lang.String |
getRolesSubDn()
Returns the attribute and container names for roles. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmDmsConfig()
ou=people. Attribute and container names for users.
ou=groups. Attribute and container names for groups.
ou=roles. Attribute and container names for roles.
cn=orgadmin. Attribute and container names for
organization administrators.
ou. Attribute name for the list of
organizations that an administrator can manage.
ou. Attribute name for the list of
organizations that a user can belong to.
public SmDmsConfig(java.lang.String PeopleSubDn,
java.lang.String GroupsSubDn,
java.lang.String RolesSubDn,
java.lang.String OrgAdminSubDn,
java.lang.String OrgAdminOrgs,
java.lang.String DnOrgs)
PeopleSubDn - Attribute and container names for users.GroupsSubDn - Attribute and container names for groups.RolesSubDn - Attribute and container names for roles.OrgAdminSubDn - Attribute and container names for organization administrators.OrgAdminOrgs - Attribute name for the list of
organizations that an administrator can manage.DnOrgs - Attribute name for the list of
organizations that a user can belong to.| Method Detail |
|---|
public void encodeCommand(SmApiObject apiObj)
apiObj - An SmApiObject object in package
com.netegrity.sdk.apiutilpublic java.lang.String getPeopleSubDn()
public java.lang.String getGroupsSubDn()
public java.lang.String getRolesSubDn()
public java.lang.String getOrgAdminSubDn()
public java.lang.String getOrgAdminOrgs()
public java.lang.String getDnOrgs()
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||