Uses of Enum
org.keycloak.client.registration.cli.common.AttributeOperation.Type
Packages that use AttributeOperation.Type
-
Uses of AttributeOperation.Type in org.keycloak.client.registration.cli.common
Methods in org.keycloak.client.registration.cli.common that return AttributeOperation.TypeModifier and TypeMethodDescriptionAttributeOperation.getType()static AttributeOperation.TypeReturns the enum constant of this type with the specified name.static AttributeOperation.Type[]AttributeOperation.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.keycloak.client.registration.cli.common with parameters of type AttributeOperation.TypeModifierConstructorDescriptionAttributeOperation(AttributeOperation.Type type, String key) AttributeOperation(AttributeOperation.Type type, String key, String value)