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

All Known Subinterfaces:
LdapPrincipalDao, LdapUserCredentialDao, LdapUserPrincipalDao
All Known Implementing Classes:
LdapPrincipalDaoImpl, 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

public 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-2005 Apache Software Foundation. All Rights Reserved.