public class SecurityUtilContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
allowedCeilingEntities |
protected Boolean |
skipSecurity |
| Constructor and Description |
|---|
SecurityUtilContext() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedCeilingEntities() |
static SecurityUtilContext |
getSecurityContext() |
Boolean |
isSkipSecurity() |
void |
setAllowedCeilingEntities(List<String> allowedCeilingEntities) |
static void |
setSecurityContext(SecurityUtilContext utilContext) |
void |
setSkipSecurity(Boolean skipSecurity) |
protected Boolean skipSecurity
public static SecurityUtilContext getSecurityContext()
public static void setSecurityContext(SecurityUtilContext utilContext)
public Boolean isSkipSecurity()
public void setSkipSecurity(Boolean skipSecurity)
Copyright © 2020. All rights reserved.