Package com.coreos.dex.api
Interface DexOuterClass.PasswordOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DexOuterClass.Password
,DexOuterClass.Password.Builder
- Enclosing class:
- DexOuterClass
public static interface DexOuterClass.PasswordOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
string email = 1;
com.google.protobuf.ByteString
string email = 1;
com.google.protobuf.ByteString
getHash()
Currently we do not accept plain text passwords.string user_id = 4;
com.google.protobuf.ByteString
string user_id = 4;
string username = 3;
com.google.protobuf.ByteString
string username = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEmail
String getEmail()string email = 1;
- Returns:
- The email.
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()string email = 1;
- Returns:
- The bytes for email.
-
getHash
com.google.protobuf.ByteString getHash()Currently we do not accept plain text passwords. Could be an option in the future.
bytes hash = 2;
- Returns:
- The hash.
-
getUsername
String getUsername()string username = 3;
- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()string username = 3;
- Returns:
- The bytes for username.
-
getUserId
String getUserId()string user_id = 4;
- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()string user_id = 4;
- Returns:
- The bytes for userId.
-