public class RequestAuthorizationCache extends Object implements Serializable
Constructor and Description |
---|
RequestAuthorizationCache() |
Modifier and Type | Method and Description |
---|---|
void |
addPermissionResult(String resultKey,
boolean result) |
Boolean |
getPermissionResult(String resultKey) |
Map<String,Boolean> |
getPermissionResultCache()
Map that can be used to cache results of permission checks for a request
|
boolean |
hasPermissionResult(String resultKey) |
public RequestAuthorizationCache()
public Map<String,Boolean> getPermissionResultCache()
public boolean hasPermissionResult(String resultKey)
public Boolean getPermissionResult(String resultKey)
public void addPermissionResult(String resultKey, boolean result)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.