org.olat.basesecurity
Class IdentityManagerImpl

java.lang.Object
  extended by org.olat.basesecurity.IdentityManagerImpl
All Implemented Interfaces:
IdentityManager

public class IdentityManagerImpl
extends java.lang.Object
implements IdentityManager

Description:
TODO: patrickb Class Description for IdentityManagerImpl

Initial Date: 23.08.2007

Author:
patrickb

Method Summary
 Identity findIdentityByName(java.lang.String userName)
          Find the Identity (and the user) that match to a given username.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findIdentityByName

public Identity findIdentityByName(java.lang.String userName)
Description copied from interface: IdentityManager
Find the Identity (and the user) that match to a given username. The match is an exact match.

Specified by:
findIdentityByName in interface IdentityManager
Returns:
Identity or null meaning not found
See Also:
IdentityManager.findIdentityByName(java.lang.String)