Package ognl.internal.entry
Class PermissionCacheEntryFactory
- java.lang.Object
-
- ognl.internal.entry.PermissionCacheEntryFactory
-
- All Implemented Interfaces:
CacheEntryFactory<PermissionCacheEntry,java.security.Permission>
@Deprecated public class PermissionCacheEntryFactory extends java.lang.Object implements CacheEntryFactory<PermissionCacheEntry,java.security.Permission>
Deprecated.since 3.4.6, forRemoval = true
-
-
Constructor Summary
Constructors Constructor Description PermissionCacheEntryFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.security.Permissioncreate(PermissionCacheEntry key)Deprecated.
-
-
-
Method Detail
-
create
public java.security.Permission create(PermissionCacheEntry key) throws CacheException
Deprecated.- Specified by:
createin interfaceCacheEntryFactory<PermissionCacheEntry,java.security.Permission>- Throws:
CacheException
-
-