public class AuthenticationServiceImpl extends Object implements AuthenticationService
| Constructor and Description |
|---|
AuthenticationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrincipalName(javax.servlet.http.HttpServletRequest request)
Returns the principalName of the principal that has authenticated with
the incoming HttpServletRequest.
|
public AuthenticationServiceImpl()
public String getPrincipalName(javax.servlet.http.HttpServletRequest request)
AuthenticationServicegetPrincipalName in interface AuthenticationServicerequest - the incoming HttpServletRequestCopyright © 2005–2016 The Kuali Foundation. All rights reserved.