org.kuali.rice.kim.impl.identity
Class AuthenticationServiceImpl
java.lang.Object
org.kuali.rice.kim.impl.identity.AuthenticationServiceImpl
- All Implemented Interfaces:
- AuthenticationService
public class AuthenticationServiceImpl
- extends Object
- implements AuthenticationService
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 |
AuthenticationServiceImpl
public AuthenticationServiceImpl()
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.