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:
org.genesys.blocks.model.EntityId,AclAwareModel
The ACL object identity for our Java classes. Mostly used to make entity
types READ-able to EVERYONE by default.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.genesys.blocks.security.model.AclAwareModel
aclParentObject, aclParentObjectIdentity
-
Constructor Details
-
ClassAclOid
public ClassAclOid()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceorg.genesys.blocks.model.EntityId
-
forClass
For class.- Type Parameters:
T- the generic type- Parameters:
clazz- the clazz- Returns:
- the class acl
-
getClazz
Gets the clazz.- Returns:
- the clazz
-
getClassName
Gets the class name.- Returns:
- the class name
-
toString
-