Class Entity

java.lang.Object
io.fusionauth.domain.Entity
All Implemented Interfaces:
Buildable<Entity>, Tenantable

public class Entity extends Object implements 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

  • Constructor Details

    • Entity

      public Entity()
    • Entity

      public Entity(String name)
    • Entity

      public Entity(UUID id, String name)
  • Method Details