Package | Description |
---|---|
com.wewebu.ow.server.util.ldap |
Modifier and Type | Method and Description |
---|---|
OwLdapConnection |
OwLdapConnector.createConnection(boolean adminConnection_p)
Create a Connection with properties depending on the given parameter.
|
Modifier and Type | Method and Description |
---|---|
String |
OwLdapSchemaInterpreter.findDistinguishedNameAnonymously(String user_p,
OwLdapConnection connection_p)
Returns the full distinguished name for the login user to use for authentication later.
|
String |
OwBasicLdapSchemaInterpreter.findDistinguishedNameAnonymously(String user_p,
OwLdapConnection connection_p) |
OwObjectCollection |
OwStandardSchemaInterpreter.findGroupsMatching(OwLdapConnection connection,
String pattern) |
OwObjectCollection |
OwLdapSchemaInterpreter.findGroupsMatching(OwLdapConnection connection,
String pattern)
Search for groups that match the pattern.
|
OwObjectCollection |
OwADSchemaInterpreter.findGroupsMatching(OwLdapConnection connection,
String pattern) |
OwUserInfo |
OwLdapSchemaInterpreter.findUserByDNAnonymously(String strID_p,
OwLdapConnection connection)
Finds a user by its Distinguished Name.
|
OwUserInfo |
OwBasicLdapSchemaInterpreter.findUserByDNAnonymously(String strID_p,
OwLdapConnection connection_p) |
OwUserInfo |
OwLdapSchemaInterpreter.findUserByIdAnonymously(String strID_p,
OwLdapConnection connection)
Finds a user by its ID.
|
OwUserInfo |
OwBasicLdapSchemaInterpreter.findUserByIdAnonymously(String strID_p,
OwLdapConnection connection_p) |
OwUserInfo |
OwLdapSchemaInterpreter.findUserByLoginAnonymously(String strID_p,
OwLdapConnection connection) |
OwUserInfo |
OwBasicLdapSchemaInterpreter.findUserByLoginAnonymously(String strID_p,
OwLdapConnection connection_p) |
OwObjectCollection |
OwStandardSchemaInterpreter.findUserMatching(OwLdapConnection connection,
String pattern) |
OwObjectCollection |
OwLdapSchemaInterpreter.findUserMatching(OwLdapConnection connection,
String pattern) |
OwObjectCollection |
OwADSchemaInterpreter.findUserMatching(OwLdapConnection connection,
String pattern) |
Collection<String> |
OwStandardSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p) |
Collection<String> |
OwLdapSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p)
Reads all groups from the LDAP (e.g.
|
Collection<String> |
OwADSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p) |
protected String |
OwStandardSchemaInterpreter.getDisplayNameAttName(OwLdapConnection connection_p) |
protected String |
OwADSchemaInterpreter.getDisplayNameAttName(OwLdapConnection connection_p) |
protected abstract String |
OwBasicLdapSchemaInterpreter.getDisplayNameAttName(OwLdapConnection connection_p) |
protected String |
OwStandardSchemaInterpreter.getObjectIdAttribute(OwLdapConnection connection_p) |
protected String |
OwADSchemaInterpreter.getObjectIdAttribute(OwLdapConnection connection_p) |
protected abstract String |
OwBasicLdapSchemaInterpreter.getObjectIdAttribute(OwLdapConnection connection_p) |
String |
OwLdapSchemaInterpreter.getRecordId(String dname,
OwLdapConnection connection) |
String |
OwADSchemaInterpreter.getRecordId(String dname,
OwLdapConnection connection) |
String |
OwBasicLdapSchemaInterpreter.getRecordId(String dname,
OwLdapConnection connection) |
Collection<String> |
OwStandardSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p) |
Collection<String> |
OwLdapSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p)
Returns the group names of the user.
|
Collection<String> |
OwADSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p) |
String |
OwLdapSchemaInterpreter.getUserDisplayName(OwLdapConnection connection_p)
Get the user display name, or a
null value. |
String |
OwBasicLdapSchemaInterpreter.getUserDisplayName(OwLdapConnection connection_p) |
String |
OwLdapSchemaInterpreter.getUserDisplayName(String dname,
OwLdapConnection connection) |
String |
OwBasicLdapSchemaInterpreter.getUserDisplayName(String dname,
OwLdapConnection connection) |
String |
OwStandardSchemaInterpreter.getUserId(OwLdapConnection connection_p) |
String |
OwLdapSchemaInterpreter.getUserId(OwLdapConnection connection_p)
Returns a unique ID of the user
|
String |
OwADSchemaInterpreter.getUserId(OwLdapConnection connection_p) |
protected String |
OwStandardSchemaInterpreter.getUserLoginAttribute(OwLdapConnection connection_p) |
protected String |
OwADSchemaInterpreter.getUserLoginAttribute(OwLdapConnection connection_p) |
protected abstract String |
OwBasicLdapSchemaInterpreter.getUserLoginAttribute(OwLdapConnection connection_p) |
String |
OwLdapSchemaInterpreter.getUserLongin(String dname,
OwLdapConnection connection) |
String |
OwBasicLdapSchemaInterpreter.getUserLongin(String dname,
OwLdapConnection connection) |
String |
OwStandardSchemaInterpreter.getUserLongName(OwLdapConnection connection_p) |
String |
OwLdapSchemaInterpreter.getUserLongName(OwLdapConnection connection_p)
Gets the user's long name
|
String |
OwADSchemaInterpreter.getUserLongName(OwLdapConnection connection_p) |
String |
OwStandardSchemaInterpreter.getUserShortName(OwLdapConnection connection_p) |
String |
OwLdapSchemaInterpreter.getUserShortName(OwLdapConnection connection_p)
Get the user short name, or a
null value. |
String |
OwADSchemaInterpreter.getUserShortName(OwLdapConnection connection_p) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.