public interface ApplicationUserBuilder
| Modifier and Type | Method and Description |
|---|---|
ApplicationUser |
build(javax.servlet.http.HttpServletRequest request)
Builds an application user from the headers contained within the HTTP servlet request.
|
ApplicationUser |
buildNoRoles(javax.servlet.http.HttpServletRequest request)
Builds a user object without the roles from the headers contained within the HTTP servlet request.
|
ApplicationUser build(javax.servlet.http.HttpServletRequest request)
request - the HTTP servlet request.ApplicationUser buildNoRoles(javax.servlet.http.HttpServletRequest request)
request - the HTTP servlet request.Copyright © 2019. All rights reserved.