Class LabelledObjectIdentity
- java.lang.Object
-
- org.molgenis.data.security.permission.model.LabelledObjectIdentity
-
- All Implemented Interfaces:
Serializable,org.springframework.security.acls.model.ObjectIdentity
public abstract class LabelledObjectIdentity extends Object implements org.springframework.security.acls.model.ObjectIdentity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LabelledObjectIdentity()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static LabelledObjectIdentitycreate(String type, String entityTypeId, String typeLabel, String identifier, String identifierLabel)abstract StringgetEntityTypeId()abstract StringgetIdentifierLabel()abstract StringgetTypeLabel()
-