public static final class IdentityProperties.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<IdentityProperties.Builder> implements IdentityPropertiesOrBuilder
Properties of "identity" objects.Protobuf type
aserto.directory.schema.v2.IdentityProperties| Modifier and Type | Method and Description |
|---|---|
IdentityProperties |
build() |
IdentityProperties |
buildPartial() |
IdentityProperties.Builder |
clear() |
IdentityProperties.Builder |
clearConnectionId()
IDP connection id which owns the object instance
|
IdentityProperties.Builder |
clearKind()
identity kind [email|username|uid|pid|dn|phone]
|
IdentityProperties.Builder |
clearProvider()
identity provider name
|
IdentityProperties.Builder |
clearVerified()
identity has been verified (false when not explicitly specified)
|
String |
getConnectionId()
IDP connection id which owns the object instance
|
com.google.protobuf.ByteString |
getConnectionIdBytes()
IDP connection id which owns the object instance
|
IdentityProperties |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
IdentityKind |
getKind()
identity kind [email|username|uid|pid|dn|phone]
|
int |
getKindValue()
identity kind [email|username|uid|pid|dn|phone]
|
String |
getProvider()
identity provider name
|
com.google.protobuf.ByteString |
getProviderBytes()
identity provider name
|
boolean |
getVerified()
identity has been verified (false when not explicitly specified)
|
boolean |
hasConnectionId()
IDP connection id which owns the object instance
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
IdentityProperties.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
IdentityProperties.Builder |
setConnectionId(String value)
IDP connection id which owns the object instance
|
IdentityProperties.Builder |
setConnectionIdBytes(com.google.protobuf.ByteString value)
IDP connection id which owns the object instance
|
IdentityProperties.Builder |
setKind(IdentityKind value)
identity kind [email|username|uid|pid|dn|phone]
|
IdentityProperties.Builder |
setKindValue(int value)
identity kind [email|username|uid|pid|dn|phone]
|
IdentityProperties.Builder |
setProvider(String value)
identity provider name
|
IdentityProperties.Builder |
setProviderBytes(com.google.protobuf.ByteString value)
identity provider name
|
IdentityProperties.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
IdentityProperties.Builder |
setVerified(boolean value)
identity has been verified (false when not explicitly specified)
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, isInitialized, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<IdentityProperties.Builder>public IdentityProperties.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<IdentityProperties.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<IdentityProperties.Builder>public IdentityProperties getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic IdentityProperties build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic IdentityProperties buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic int getKindValue()
identity kind [email|username|uid|pid|dn|phone]
.aserto.directory.schema.v2.IdentityKind kind = 1 [json_name = "kind"];getKindValue in interface IdentityPropertiesOrBuilderpublic IdentityProperties.Builder setKindValue(int value)
identity kind [email|username|uid|pid|dn|phone]
.aserto.directory.schema.v2.IdentityKind kind = 1 [json_name = "kind"];value - The enum numeric value on the wire for kind to set.public IdentityKind getKind()
identity kind [email|username|uid|pid|dn|phone]
.aserto.directory.schema.v2.IdentityKind kind = 1 [json_name = "kind"];getKind in interface IdentityPropertiesOrBuilderpublic IdentityProperties.Builder setKind(IdentityKind value)
identity kind [email|username|uid|pid|dn|phone]
.aserto.directory.schema.v2.IdentityKind kind = 1 [json_name = "kind"];value - The kind to set.public IdentityProperties.Builder clearKind()
identity kind [email|username|uid|pid|dn|phone]
.aserto.directory.schema.v2.IdentityKind kind = 1 [json_name = "kind"];public String getProvider()
identity provider name
string provider = 2 [json_name = "provider"];getProvider in interface IdentityPropertiesOrBuilderpublic com.google.protobuf.ByteString getProviderBytes()
identity provider name
string provider = 2 [json_name = "provider"];getProviderBytes in interface IdentityPropertiesOrBuilderpublic IdentityProperties.Builder setProvider(String value)
identity provider name
string provider = 2 [json_name = "provider"];value - The provider to set.public IdentityProperties.Builder clearProvider()
identity provider name
string provider = 2 [json_name = "provider"];public IdentityProperties.Builder setProviderBytes(com.google.protobuf.ByteString value)
identity provider name
string provider = 2 [json_name = "provider"];value - The bytes for provider to set.public boolean getVerified()
identity has been verified (false when not explicitly specified)
bool verified = 3 [json_name = "verified"];getVerified in interface IdentityPropertiesOrBuilderpublic IdentityProperties.Builder setVerified(boolean value)
identity has been verified (false when not explicitly specified)
bool verified = 3 [json_name = "verified"];value - The verified to set.public IdentityProperties.Builder clearVerified()
identity has been verified (false when not explicitly specified)
bool verified = 3 [json_name = "verified"];public boolean hasConnectionId()
IDP connection id which owns the object instance
optional string connection_id = 4 [json_name = "connectionId"];hasConnectionId in interface IdentityPropertiesOrBuilderpublic String getConnectionId()
IDP connection id which owns the object instance
optional string connection_id = 4 [json_name = "connectionId"];getConnectionId in interface IdentityPropertiesOrBuilderpublic com.google.protobuf.ByteString getConnectionIdBytes()
IDP connection id which owns the object instance
optional string connection_id = 4 [json_name = "connectionId"];getConnectionIdBytes in interface IdentityPropertiesOrBuilderpublic IdentityProperties.Builder setConnectionId(String value)
IDP connection id which owns the object instance
optional string connection_id = 4 [json_name = "connectionId"];value - The connectionId to set.public IdentityProperties.Builder clearConnectionId()
IDP connection id which owns the object instance
optional string connection_id = 4 [json_name = "connectionId"];public IdentityProperties.Builder setConnectionIdBytes(com.google.protobuf.ByteString value)
IDP connection id which owns the object instance
optional string connection_id = 4 [json_name = "connectionId"];value - The bytes for connectionId to set.public final IdentityProperties.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IdentityProperties.Builder>public final IdentityProperties.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IdentityProperties.Builder>Copyright © 2023. All rights reserved.