org.kuali.student.lum.kim
Class StudentIdentityServiceImpl

java.lang.Object
  extended by org.kuali.rice.kim.service.impl.IdentityServiceImpl
      extended by org.kuali.student.lum.kim.StudentIdentityServiceImpl
All Implemented Interfaces:
IdentityService, IdentityUpdateService

public class StudentIdentityServiceImpl
extends IdentityServiceImpl
implements IdentityService

This service override is used to facilitate a fix to the encrypted passwords in the Rice database.

Author:
delyea

Field Summary
private static Logger LOG
           
 
Constructor Summary
StudentIdentityServiceImpl()
           
 
Method Summary
 KimPrincipalInfo getPrincipalByPrincipalNameAndPassword(String principalName, String password)
           
 
Methods inherited from class org.kuali.rice.kim.service.impl.IdentityServiceImpl
convertEntityImplToDefaultInfo, convertEntityImplToInfo, getAddressType, getAffiliationType, getBusinessObjectService, getCitizenshipStatus, getDefaultNamesForEntityIds, getDefaultNamesForPrincipalIds, getEmailType, getEmploymentStatus, getEmploymentType, getEntityByKeyValue, getEntityByPrincipalId, getEntityByPrincipalName, getEntityDefaultInfo, getEntityDefaultInfoByPrincipalId, getEntityDefaultInfoByPrincipalName, getEntityIdByPrincipalId, getEntityIdByPrincipalName, getEntityImpl, getEntityInfo, getEntityInfoByPrincipalId, getEntityInfoByPrincipalName, getEntityNameType, getEntityPrivacyPreferences, getEntityType, getExternalIdentifierType, getMatchingEntityCount, getPhoneType, getPrincipal, getPrincipalByPrincipalName, getPrincipalIdByPrincipalName, getPrincipalImpl, lookupEntityDefaultInfo, lookupEntityIds, lookupEntityImpls, lookupEntityInfo, lookupEntitys
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kim.service.IdentityService
getAddressType, getAffiliationType, getCitizenshipStatus, getDefaultNamesForEntityIds, getDefaultNamesForPrincipalIds, getEmailType, getEmploymentStatus, getEmploymentType, getEntityDefaultInfo, getEntityDefaultInfoByPrincipalId, getEntityDefaultInfoByPrincipalName, getEntityInfo, getEntityInfoByPrincipalId, getEntityInfoByPrincipalName, getEntityNameType, getEntityPrivacyPreferences, getEntityType, getExternalIdentifierType, getMatchingEntityCount, getPhoneType, getPrincipal, getPrincipalByPrincipalName, lookupEntityDefaultInfo, lookupEntityInfo
 

Field Detail

LOG

private static Logger LOG
Constructor Detail

StudentIdentityServiceImpl

public StudentIdentityServiceImpl()
Method Detail

getPrincipalByPrincipalNameAndPassword

public KimPrincipalInfo getPrincipalByPrincipalNameAndPassword(String principalName,
                                                               String password)
Specified by:
getPrincipalByPrincipalNameAndPassword in interface IdentityService
Overrides:
getPrincipalByPrincipalNameAndPassword in class IdentityServiceImpl


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.