public interface SystemAccessControl
| Modifier and Type | Method and Description |
|---|---|
void |
checkCanSetSystemSessionProperty(Identity identity,
String propertyName)
Check if identity is allowed to set the specified system property.
|
void |
checkCanSetUser(Principal principal,
String userName)
Check if the principal is allowed to be the specified user.
|
void checkCanSetUser(Principal principal, String userName)
AccessDeniedException - if not allowedvoid checkCanSetSystemSessionProperty(Identity identity, String propertyName)
AccessDeniedException - if not allowedCopyright © 2012-2016. All Rights Reserved.