Package io.fusionauth.domain
Class Entity
java.lang.Object
io.fusionauth.domain.Entity
- All Implemented Interfaces:
Buildable<Entity>
,Tenantable
Models an entity that a user can be granted permissions to. Or an entity that can be granted permissions to another entity.
- Author:
- Brian Pontarelli
-
Field Details
-
data
-
clientId
-
clientSecret
-
id
-
insertInstant
-
lastUpdateInstant
-
name
-
parentId
-
tenantId
-
type
-
-
Constructor Details
-
Entity
public Entity() -
Entity
-
Entity
-
-
Method Details
-
equals
-
getTenantId
- Specified by:
getTenantId
in interfaceTenantable
- Returns:
- The tenant if for this entity.
-
hashCode
public int hashCode() -
toString
-