org.kuali.rice.kim.impl.identity
Class AuthenticationServiceImpl

java.lang.Object
  extended by org.kuali.rice.kim.impl.identity.AuthenticationServiceImpl
All Implemented Interfaces:
AuthenticationService

public class AuthenticationServiceImpl
extends Object
implements AuthenticationService


Constructor Summary
AuthenticationServiceImpl()
           
 
Method Summary
 String getPrincipalName(javax.servlet.http.HttpServletRequest request)
          Returns the principalName of the principal that has authenticated with the incoming HttpServletRequest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationServiceImpl

public AuthenticationServiceImpl()
Method Detail

getPrincipalName

public String getPrincipalName(javax.servlet.http.HttpServletRequest request)
Description copied from interface: AuthenticationService
Returns the principalName of the principal that has authenticated with the incoming HttpServletRequest. Implementations of this method might perform actual authentication or merely extract the existing authenticated principal's name off of the incoming request.

Specified by:
getPrincipalName in interface AuthenticationService
Parameters:
request - the incoming HttpServletRequest
Returns:
the principalName of the authenticated principal, or null if the principal could not be authenticated


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.