public static enum ConnectorObjects.SPIOperation extends Enum<ConnectorObjects.SPIOperation> implements com.google.protobuf.ProtocolMessageEnum
org.forgerock.openicf.common.protobuf.SPIOperation| Enum Constant and Description |
|---|
AUTHENTICATIONOP
AUTHENTICATIONOP = 1; |
CREATEOP
CREATEOP = 2; |
DELETEOP
DELETEOP = 3; |
RESOLVEUSERNAMEOP
RESOLVEUSERNAMEOP = 4; |
SCHEMAOP
SCHEMAOP = 5; |
SCRIPTONCONNECTOROP
SCRIPTONCONNECTOROP = 6; |
SCRIPTONRESOURCEOP
SCRIPTONRESOURCEOP = 7; |
SEARCHOP
SEARCHOP = 8; |
SYNCOP
SYNCOP = 9; |
TESTOP
TESTOP = 10; |
UNKNOWNOP
UNKNOWNOP = 0; |
UNRECOGNIZED |
UPDATEATTRIBUTEVALUESOP
UPDATEATTRIBUTEVALUESOP = 11; |
UPDATEOP
UPDATEOP = 12; |
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTHENTICATIONOP_VALUE
AUTHENTICATIONOP = 1; |
static int |
CREATEOP_VALUE
CREATEOP = 2; |
static int |
DELETEOP_VALUE
DELETEOP = 3; |
static int |
RESOLVEUSERNAMEOP_VALUE
RESOLVEUSERNAMEOP = 4; |
static int |
SCHEMAOP_VALUE
SCHEMAOP = 5; |
static int |
SCRIPTONCONNECTOROP_VALUE
SCRIPTONCONNECTOROP = 6; |
static int |
SCRIPTONRESOURCEOP_VALUE
SCRIPTONRESOURCEOP = 7; |
static int |
SEARCHOP_VALUE
SEARCHOP = 8; |
static int |
SYNCOP_VALUE
SYNCOP = 9; |
static int |
TESTOP_VALUE
TESTOP = 10; |
static int |
UNKNOWNOP_VALUE
UNKNOWNOP = 0; |
static int |
UPDATEATTRIBUTEVALUESOP_VALUE
UPDATEATTRIBUTEVALUESOP = 11; |
static int |
UPDATEOP_VALUE
UPDATEOP = 12; |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorObjects.SPIOperation |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ConnectorObjects.SPIOperation> |
internalGetValueMap() |
static ConnectorObjects.SPIOperation |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConnectorObjects.SPIOperation |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConnectorObjects.SPIOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorObjects.SPIOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectorObjects.SPIOperation UNKNOWNOP
UNKNOWNOP = 0;public static final ConnectorObjects.SPIOperation AUTHENTICATIONOP
AUTHENTICATIONOP = 1;public static final ConnectorObjects.SPIOperation CREATEOP
CREATEOP = 2;public static final ConnectorObjects.SPIOperation DELETEOP
DELETEOP = 3;public static final ConnectorObjects.SPIOperation RESOLVEUSERNAMEOP
RESOLVEUSERNAMEOP = 4;public static final ConnectorObjects.SPIOperation SCHEMAOP
SCHEMAOP = 5;public static final ConnectorObjects.SPIOperation SCRIPTONCONNECTOROP
SCRIPTONCONNECTOROP = 6;public static final ConnectorObjects.SPIOperation SCRIPTONRESOURCEOP
SCRIPTONRESOURCEOP = 7;public static final ConnectorObjects.SPIOperation SEARCHOP
SEARCHOP = 8;public static final ConnectorObjects.SPIOperation SYNCOP
SYNCOP = 9;public static final ConnectorObjects.SPIOperation TESTOP
TESTOP = 10;public static final ConnectorObjects.SPIOperation UPDATEATTRIBUTEVALUESOP
UPDATEATTRIBUTEVALUESOP = 11;public static final ConnectorObjects.SPIOperation UPDATEOP
UPDATEOP = 12;public static final ConnectorObjects.SPIOperation UNRECOGNIZED
public static final int UNKNOWNOP_VALUE
UNKNOWNOP = 0;public static final int AUTHENTICATIONOP_VALUE
AUTHENTICATIONOP = 1;public static final int CREATEOP_VALUE
CREATEOP = 2;public static final int DELETEOP_VALUE
DELETEOP = 3;public static final int RESOLVEUSERNAMEOP_VALUE
RESOLVEUSERNAMEOP = 4;public static final int SCHEMAOP_VALUE
SCHEMAOP = 5;public static final int SCRIPTONCONNECTOROP_VALUE
SCRIPTONCONNECTOROP = 6;public static final int SCRIPTONRESOURCEOP_VALUE
SCRIPTONRESOURCEOP = 7;public static final int SEARCHOP_VALUE
SEARCHOP = 8;public static final int SYNCOP_VALUE
SYNCOP = 9;public static final int TESTOP_VALUE
TESTOP = 10;public static final int UPDATEATTRIBUTEVALUESOP_VALUE
UPDATEATTRIBUTEVALUESOP = 11;public static final int UPDATEOP_VALUE
UPDATEOP = 12;public static ConnectorObjects.SPIOperation[] values()
for (ConnectorObjects.SPIOperation c : ConnectorObjects.SPIOperation.values()) System.out.println(c);
public static ConnectorObjects.SPIOperation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ConnectorObjects.SPIOperation valueOf(int value)
forNumber(int) instead.public static ConnectorObjects.SPIOperation forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ConnectorObjects.SPIOperation> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ConnectorObjects.SPIOperation valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018–2025. All rights reserved.