Uses of Enum Class
org.keycloak.models.GroupModel.Type
Packages that use GroupModel.Type
Package
Description
-
Uses of GroupModel.Type in org.keycloak.models
Methods in org.keycloak.models that return GroupModel.TypeModifier and TypeMethodDescriptiondefault GroupModel.Type
GroupModel.getType()
static GroupModel.Type
GroupModel.Type.valueOf
(int value) Returns the enum constant of this class with the specified name.static GroupModel.Type
Returns the enum constant of this class with the specified name.static GroupModel.Type[]
GroupModel.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.models with parameters of type GroupModel.TypeModifier and TypeMethodDescriptionGroupProvider.createGroup
(RealmModel realm, String id, GroupModel.Type type, String name, GroupModel toParent) Creates a new group with the given name, id, name and parent to the given realm. -
Uses of GroupModel.Type in org.keycloak.models.cache.infinispan
Methods in org.keycloak.models.cache.infinispan that return GroupModel.TypeMethods in org.keycloak.models.cache.infinispan with parameters of type GroupModel.TypeModifier and TypeMethodDescriptionRealmCacheSession.createGroup
(RealmModel realm, String id, GroupModel.Type type, String name, GroupModel toParent) -
Uses of GroupModel.Type in org.keycloak.models.cache.infinispan.entities
Methods in org.keycloak.models.cache.infinispan.entities that return GroupModel.Type -
Uses of GroupModel.Type in org.keycloak.models.jpa
Methods in org.keycloak.models.jpa that return GroupModel.TypeMethods in org.keycloak.models.jpa with parameters of type GroupModel.TypeModifier and TypeMethodDescriptionJpaRealmProvider.createGroup
(RealmModel realm, String id, GroupModel.Type type, String name, GroupModel toParent) -
Uses of GroupModel.Type in org.keycloak.storage
Methods in org.keycloak.storage with parameters of type GroupModel.TypeModifier and TypeMethodDescriptionGroupStorageManager.createGroup
(RealmModel realm, String id, GroupModel.Type type, String name, GroupModel toParent)