Class AttributeOperation
- java.lang.Object
-
- org.keycloak.client.registration.cli.common.AttributeOperation
-
public class AttributeOperation extends Object
- Author:
- Marko Strukelj
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributeOperation.Type
-
Constructor Summary
Constructors Constructor Description AttributeOperation(AttributeOperation.Type type, String key)AttributeOperation(AttributeOperation.Type type, String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeKeygetKey()AttributeOperation.TypegetType()StringgetValue()
-
-
-
Constructor Detail
-
AttributeOperation
public AttributeOperation(AttributeOperation.Type type, String key)
-
AttributeOperation
public AttributeOperation(AttributeOperation.Type type, String key, String value)
-
-
Method Detail
-
getType
public AttributeOperation.Type getType()
-
getKey
public AttributeKey getKey()
-
getValue
public String getValue()
-
-