|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LdapPrincipalDao
Generic DAO interface for LDAP principals.
| Method Summary | |
|---|---|
java.lang.String |
convertUidToLdapAcceptableName(java.lang.String uid)
Converts the uid to an ldap acceptable name. |
void |
create(java.lang.String principalUid)
Makes a new ldap entry for the specified principal. |
void |
delete(java.lang.String principalUid)
Deletes a ldap entry for the specified principal. |
java.security.Principal[] |
find(java.lang.String principalUid,
java.lang.String principalType)
Search the ldap directory for the principal. |
| Methods inherited from interface org.apache.jetspeed.security.spi.impl.ldap.LdapReadOnlyPrincipalDao |
|---|
lookupByUid |
| Method Detail |
|---|
void create(java.lang.String principalUid)
throws SecurityException
Makes a new ldap entry for the specified principal.
principalUid - The principal uid.
SecurityException - Throws a SecurityException.
void delete(java.lang.String principalUid)
throws SecurityException
Deletes a ldap entry for the specified principal.
principalUid - The principal uid.
SecurityException - Throws a SecurityException.
java.security.Principal[] find(java.lang.String principalUid,
java.lang.String principalType)
throws SecurityException
Search the ldap directory for the principal.
principalUid - The uid value of the principal.principalType - The type of principal.
SecurityExceptionjava.lang.String convertUidToLdapAcceptableName(java.lang.String uid)
Converts the uid to an ldap acceptable name.
uid - The uid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||