|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generic DAO interface for LDAP principals.
Method Summary | |
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)
Search the ldap directory for the principal. |
Methods inherited from interface org.apache.jetspeed.security.spi.impl.ldap.LdapReadOnlyPrincipalDao |
lookupByUid |
Method Detail |
public 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
.public 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
.public Principal[] find(String principalUid) throws org.apache.jetspeed.security.SecurityException
Search the ldap directory for the principal.
principalUid
- The uid value of the principal. If empty this method
org.apache.jetspeed.security.SecurityException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |