public abstract class AbstractUserSupport extends Object implements UserSupport
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUserSupport() |
| Modifier and Type | Method and Description |
|---|---|
org.jasig.cas.client.authentication.AttributePrincipal |
getUserPrincipal(javax.servlet.http.HttpServletRequest request) |
Map<String,Object> |
getUserPrincipalAttributes(javax.servlet.http.HttpServletRequest request) |
boolean |
isSameUser(javax.servlet.http.HttpServletRequest servletRequest,
String username) |
boolean |
isSameUser(javax.servlet.http.HttpServletRequest servletRequest,
org.eurekaclinical.common.comm.User user) |
boolean |
isSameUser(javax.servlet.http.HttpServletRequest servletRequest,
UserEntity user) |
public org.jasig.cas.client.authentication.AttributePrincipal getUserPrincipal(javax.servlet.http.HttpServletRequest request)
getUserPrincipal in interface UserSupportpublic Map<String,Object> getUserPrincipalAttributes(javax.servlet.http.HttpServletRequest request)
getUserPrincipalAttributes in interface UserSupportpublic boolean isSameUser(javax.servlet.http.HttpServletRequest servletRequest,
org.eurekaclinical.common.comm.User user)
isSameUser in interface UserSupportpublic boolean isSameUser(javax.servlet.http.HttpServletRequest servletRequest,
UserEntity user)
isSameUser in interface UserSupportpublic boolean isSameUser(javax.servlet.http.HttpServletRequest servletRequest,
String username)
isSameUser in interface UserSupportCopyright © 2012–2017 Emory University. All rights reserved.