org.apache.jetspeed.security.spi.impl.ldap
Interface LdapReadOnlyPrincipalDao

All Known Subinterfaces:
LdapPrincipalDao, LdapUserCredentialDao, LdapUserPrincipalDao
All Known Implementing Classes:
LdapGroupDaoImpl, LdapMemberShipDaoImpl, LdapPrincipalDaoImpl, LdapRoleDaoImpl, LdapUserCredentialDaoImpl, LdapUserPrincipalDaoImpl

public interface LdapReadOnlyPrincipalDao

Interface for read only principals.

Author:
Mike Long

Method Summary
 String lookupByUid(String principalUid)
           Searches the LDAP server for the user with the specified principal id (uid attribute).
 

Method Detail

lookupByUid

String lookupByUid(String principalUid)
                   throws org.apache.jetspeed.security.SecurityException

Searches the LDAP server for the user with the specified principal id (uid attribute).

Returns:
The principal's uid value
Throws:
org.apache.jetspeed.security.SecurityException - A SecurityException.


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.