|
||||||||||
| 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 | |
|---|---|
String |
convertUidToLdapAcceptableName(String uid)
Converts the uid to an ldap acceptable name. |
void |
create(String principalUid)
Makes a new ldap entry for the specified principal. |
void |
delete(String principalUid)
Deletes a ldap entry for the specified principal. |
Principal[] |
find(String principalUid,
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(String principalUid)
throws org.apache.jetspeed.security.SecurityException
Makes a new ldap entry for the specified principal.
principalUid - The principal uid.
org.apache.jetspeed.security.SecurityException - Throws a SecurityException.
void delete(String principalUid)
throws org.apache.jetspeed.security.SecurityException
Deletes a ldap entry for the specified principal.
principalUid - The principal uid.
org.apache.jetspeed.security.SecurityException - Throws a SecurityException.
Principal[] find(String principalUid,
String principalType)
throws org.apache.jetspeed.security.SecurityException
Search the ldap directory for the principal.
principalUid - The uid value of the principal.principalType - The type of principal.
org.apache.jetspeed.security.SecurityExceptionString convertUidToLdapAcceptableName(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 | |||||||||