Uses of Class
com.authlete.common.types.EntityType
-
Packages that use EntityType Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of EntityType in com.authlete.common.dto
Methods in com.authlete.common.dto that return EntityType Modifier and Type Method Description EntityType[]FederationConfigurationRequest. getEntityTypes()Get the entity types for which the entity configuration is created.Methods in com.authlete.common.dto with parameters of type EntityType Modifier and Type Method Description FederationConfigurationRequestFederationConfigurationRequest. setEntityTypes(EntityType[] entityTypes)Set the entity types for which the entity configuration is created. -
Uses of EntityType in com.authlete.common.types
Methods in com.authlete.common.types that return EntityType Modifier and Type Method Description static EntityTypeEntityType. getByValue(short value)Find an instance of this enum by a value.static EntityTypeEntityType. parse(String metadataType)ConvertStringtoMetadataType.static EntityType[]EntityType. toArray(int bits)static EntityTypeEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityType[]EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.authlete.common.types that return types with arguments of type EntityType Modifier and Type Method Description static EnumSet<EntityType>EntityType. toSet(int bits)static EnumSet<EntityType>EntityType. toSet(EntityType[] array)Methods in com.authlete.common.types with parameters of type EntityType Modifier and Type Method Description static EnumSet<EntityType>EntityType. toSet(EntityType[] array)Method parameters in com.authlete.common.types with type arguments of type EntityType Modifier and Type Method Description static intEntityType. toBits(EnumSet<EntityType> set)
-