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.eureka.client.comm.User user) |
boolean |
isSameUser(javax.servlet.http.HttpServletRequest servletRequest,
UserEntity user) |
boolean |
isSameUser(javax.servlet.http.HttpServletRequest servletRequest,
org.eurekaclinical.eureka.client.comm.UserRequest userRequest) |
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.eureka.client.comm.UserRequest userRequest)
isSameUser in interface UserSupportpublic boolean isSameUser(javax.servlet.http.HttpServletRequest servletRequest,
org.eurekaclinical.eureka.client.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–2016 Emory University. All rights reserved.