Uses of Class
ognl.internal.entry.PermissionCacheEntry
-
Packages that use PermissionCacheEntry Package Description ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.ognl.internal.entry -
-
Uses of PermissionCacheEntry in ognl
Fields in ognl with type parameters of type PermissionCacheEntry Modifier and Type Field Description private Cache<PermissionCacheEntry,java.security.Permission>OgnlCache. invokePermissionCacheMethods in ognl with parameters of type PermissionCacheEntry Modifier and Type Method Description java.security.PermissionOgnlCache. getInvokePermission(PermissionCacheEntry permissionCacheEntry)Deprecated.since 3.4.6, forRemoval = true -
Uses of PermissionCacheEntry in ognl.internal.entry
Methods in ognl.internal.entry with parameters of type PermissionCacheEntry Modifier and Type Method Description java.security.PermissionPermissionCacheEntryFactory. create(PermissionCacheEntry key)Deprecated.
-