public final class UserProperties extends com.google.protobuf.GeneratedMessageV3 implements UserPropertiesOrBuilder
Properties of "user" objects.Protobuf type
aserto.directory.schema.v2.UserProperties| Modifier and Type | Class and Description |
|---|---|
static class |
UserProperties.Builder
Properties of "user" objects.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTION_ID_FIELD_NUMBER |
static int |
EMAIL_FIELD_NUMBER |
static int |
ENABLED_FIELD_NUMBER |
static int |
PICTURE_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionId()
ID of the IDP connection the user instance is associated with.
|
com.google.protobuf.ByteString |
getConnectionIdBytes()
ID of the IDP connection the user instance is associated with.
|
static UserProperties |
getDefaultInstance() |
UserProperties |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEmail()
main email address of user
|
com.google.protobuf.ByteString |
getEmailBytes()
main email address of user
|
boolean |
getEnabled()
enabled (false prevents the user from accessing anything)
|
com.google.protobuf.Parser<UserProperties> |
getParserForType() |
String |
getPicture()
URL to user's picture
|
com.google.protobuf.ByteString |
getPictureBytes()
URL to user's picture
|
UserStatus |
getStatus()
user lifecycle status
|
int |
getStatusValue()
user lifecycle status
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
static UserProperties.Builder |
newBuilder() |
static UserProperties.Builder |
newBuilder(UserProperties prototype) |
UserProperties.Builder |
newBuilderForType() |
protected UserProperties.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UserProperties |
parseDelimitedFrom(InputStream input) |
static UserProperties |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProperties |
parseFrom(byte[] data) |
static UserProperties |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProperties |
parseFrom(ByteBuffer data) |
static UserProperties |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProperties |
parseFrom(com.google.protobuf.ByteString data) |
static UserProperties |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProperties |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UserProperties |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProperties |
parseFrom(InputStream input) |
static UserProperties |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UserProperties> |
parser() |
UserProperties.Builder |
toBuilder() |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getSerializedSize, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isInitialized, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag, writeToequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int EMAIL_FIELD_NUMBER
public static final int PICTURE_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int ENABLED_FIELD_NUMBER
public static final int CONNECTION_ID_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getEmail()
main email address of user
string email = 1 [json_name = "email"];getEmail in interface UserPropertiesOrBuilderpublic com.google.protobuf.ByteString getEmailBytes()
main email address of user
string email = 1 [json_name = "email"];getEmailBytes in interface UserPropertiesOrBuilderpublic String getPicture()
URL to user's picture
string picture = 2 [json_name = "picture"];getPicture in interface UserPropertiesOrBuilderpublic com.google.protobuf.ByteString getPictureBytes()
URL to user's picture
string picture = 2 [json_name = "picture"];getPictureBytes in interface UserPropertiesOrBuilderpublic int getStatusValue()
user lifecycle status
.aserto.directory.schema.v2.UserStatus status = 3 [json_name = "status"];getStatusValue in interface UserPropertiesOrBuilderpublic UserStatus getStatus()
user lifecycle status
.aserto.directory.schema.v2.UserStatus status = 3 [json_name = "status"];getStatus in interface UserPropertiesOrBuilderpublic boolean getEnabled()
enabled (false prevents the user from accessing anything)
bool enabled = 4 [json_name = "enabled"];getEnabled in interface UserPropertiesOrBuilderpublic String getConnectionId()
ID of the IDP connection the user instance is associated with.
string connection_id = 5 [json_name = "connectionId"];getConnectionId in interface UserPropertiesOrBuilderpublic com.google.protobuf.ByteString getConnectionIdBytes()
ID of the IDP connection the user instance is associated with.
string connection_id = 5 [json_name = "connectionId"];getConnectionIdBytes in interface UserPropertiesOrBuilderpublic static UserProperties parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProperties parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProperties parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProperties parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProperties parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProperties parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProperties parseFrom(InputStream input) throws IOException
IOExceptionpublic static UserProperties parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UserProperties parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static UserProperties parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UserProperties parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static UserProperties parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic UserProperties.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static UserProperties.Builder newBuilder()
public static UserProperties.Builder newBuilder(UserProperties prototype)
public UserProperties.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected UserProperties.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static UserProperties getDefaultInstance()
public static com.google.protobuf.Parser<UserProperties> parser()
public com.google.protobuf.Parser<UserProperties> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public UserProperties getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.