|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.security.identity.ldap.LdapNameMapping
public class LdapNameMapping
Maps application names to LDAP names.
| Constructor Summary | |
|---|---|
LdapNameMapping()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
add(String applicationName,
String ldapName)
Adds a naming reference. |
void |
configureFromUserAttributes(UserAttributeMap configuredAttributes)
Configures the mapping from a supplied user attribute map. |
String |
findApplicationName(String ldapName)
Finds the application name associated with and LDAP name. |
String |
findLdapName(String applicationName)
Finds the LDAP name associated with an application name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapNameMapping()
| Method Detail |
|---|
public void add(String applicationName,
String ldapName)
applicationName - the application reference nameldapName - the corresponding LDAP reference namepublic void configureFromUserAttributes(UserAttributeMap configuredAttributes)
configuredAttributes - the configured user attributespublic String findApplicationName(String ldapName)
ldapName - the known LDAP name
public String findLdapName(String applicationName)
applicationName - the known application name
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||