Package org.genesys.blocks.util
Class ClassAclOid<T>
- java.lang.Object
-
- org.genesys.blocks.util.ClassAclOid<T>
-
- Type Parameters:
T- the generic type
- All Implemented Interfaces:
EntityId,AclAwareModel
public class ClassAclOid<T> extends Object implements AclAwareModel
The ACL object identity for our Java classes. Mostly used to make entity types READ-able to EVERYONE by default.
-
-
Constructor Summary
Constructors Constructor Description ClassAclOid()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> ClassAclOid<T>forClass(Class<T> clazz)For class.StringgetClassName()Gets the class name.Class<T>getClazz()Gets the clazz.LonggetId()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.genesys.blocks.security.model.AclAwareModel
aclParentObject, aclParentObjectIdentity
-
-
-
-
Method Detail
-
forClass
public static <T> ClassAclOid<T> forClass(Class<T> clazz)
For class.- Type Parameters:
T- the generic type- Parameters:
clazz- the clazz- Returns:
- the class acl
-
getClassName
public String getClassName()
Gets the class name.- Returns:
- the class name
-
-