Uses of Enum Class
org.keycloak.models.GroupModel.Type
Packages that use GroupModel.Type
-
Uses of GroupModel.Type in org.keycloak.models
Methods in org.keycloak.models that return GroupModel.TypeModifier and TypeMethodDescriptiondefault GroupModel.TypeGroupModel.getType()static GroupModel.TypeGroupModel.Type.valueOf(int value) Returns the enum constant of this class with the specified name.static GroupModel.TypeReturns 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.