Uses of Class
org.keycloak.client.registration.cli.common.AttributeOperation.Type
-
Packages that use AttributeOperation.Type Package Description org.keycloak.client.registration.cli.common -
-
Uses of AttributeOperation.Type in org.keycloak.client.registration.cli.common
Methods in org.keycloak.client.registration.cli.common that return AttributeOperation.Type Modifier and Type Method Description AttributeOperation.TypeAttributeOperation. getType()static AttributeOperation.TypeAttributeOperation.Type. valueOf(String name)Returns 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.Type Constructor Description AttributeOperation(AttributeOperation.Type type, String key)AttributeOperation(AttributeOperation.Type type, String key, String value)
-