| Package | Description |
|---|---|
| org.finra.herd.app.security | |
| org.finra.herd.model.dto | |
| org.finra.herd.service.activiti.task | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
ApplicationUser |
HttpHeaderApplicationUserBuilder.build(javax.servlet.http.HttpServletRequest request) |
ApplicationUser |
ApplicationUserBuilder.build(javax.servlet.http.HttpServletRequest request)
Builds an application user from the headers contained within the HTTP servlet request.
|
ApplicationUser |
TrustedApplicationUserBuilder.build(javax.servlet.http.HttpServletRequest request) |
ApplicationUser |
HttpHeaderApplicationUserBuilder.buildNoRoles(javax.servlet.http.HttpServletRequest request) |
ApplicationUser |
ApplicationUserBuilder.buildNoRoles(javax.servlet.http.HttpServletRequest request)
Builds a user object without the roles from the headers contained within the HTTP servlet request.
|
ApplicationUser |
TrustedApplicationUserBuilder.buildNoRoles(javax.servlet.http.HttpServletRequest request) |
protected ApplicationUser |
TrustedApplicationUserBuilder.buildUser(javax.servlet.http.HttpServletRequest request,
boolean includeRoles)
Builds the application user.
|
protected ApplicationUser |
HttpHeaderApplicationUserBuilder.buildUser(Map<String,String> headerMap,
boolean includeRoles)
Builds the application user from the header map.
|
protected ApplicationUser |
HttpHeaderApplicationUserBuilder.createNewApplicationUser()
A Factory Method for creating a new
ApplicationUser. |
protected ApplicationUser |
HttpHeaderAuthenticationFilter.getExistingUser()
Gets the existing user.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpHeaderApplicationUserBuilder.buildEmail(ApplicationUser applicationUser,
Map<String,String> httpHeaders,
String headerName) |
protected void |
HttpHeaderApplicationUserBuilder.buildFirstName(ApplicationUser applicationUser,
Map<String,String> httpHeaders,
String headerName) |
protected void |
HttpHeaderApplicationUserBuilder.buildLastName(ApplicationUser applicationUser,
Map<String,String> httpHeaders,
String headerName) |
protected void |
HttpHeaderApplicationUserBuilder.buildRoles(ApplicationUser applicationUser,
Map<String,String> httpHeaders,
String headerName)
Parses the header and assigns roles to the given user object.
|
protected void |
HttpHeaderApplicationUserBuilder.buildSessionId(ApplicationUser applicationUser,
Map<String,String> httpHeaders,
String headerName) |
protected void |
HttpHeaderApplicationUserBuilder.buildSessionInitTime(ApplicationUser applicationUser,
Map<String,String> httpHeaders,
String headerName) |
protected void |
HttpHeaderApplicationUserBuilder.buildUserId(ApplicationUser applicationUser,
Map<String,String> httpHeaders,
String headerName)
Builds a user Id.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationUser |
SecurityUserWrapper.getApplicationUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityUserWrapper.setApplicationUser(ApplicationUser applicationUser) |
| Constructor and Description |
|---|
SecurityUserWrapper(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities,
ApplicationUser applicationUser) |
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationUser |
BaseJavaDelegate.getApplicationUser(org.activiti.engine.delegate.DelegateExecution execution)
Retrieves application user per last updater of the current process instance's job definition.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseJavaDelegate.setSecurityContext(ApplicationUser applicationUser)
Sets the security context per last updater of the current process instance's job definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserNamespaceAuthorizationHelper.buildNamespaceAuthorizations(ApplicationUser applicationUser)
Builds a set of namespace authorizations per specified user and adds them to the application user.
|
Copyright © 2019. All rights reserved.