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
 java.lang.String lookupByUid(java.lang.String principalUid)
           Searches the LDAP server for the user with the specified principal id (uid attribute).
 

Method Detail

lookupByUid

java.lang.String lookupByUid(java.lang.String principalUid)
                             throws SecurityException

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

Returns:
The principal's uid value
Throws:
SecurityException - A SecurityException.


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