Package com.coreos.dex.api
Class DexOuterClass
java.lang.Object
com.coreos.dex.api.DexOuterClass
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Client represents an OAuth2 client.static interface
static final class
CreateClientReq is a request to make a client.static interface
static final class
CreateClientResp returns the response from creating a client.static interface
static final class
CreatePasswordReq is a request to make a password.static interface
static final class
CreatePasswordResp returns the response from creating a password.static interface
static final class
DeleteClientReq is a request to delete a client.static interface
static final class
DeleteClientResp determines if the client is deleted successfully.static interface
static final class
DeletePasswordReq is a request to delete a password.static interface
static final class
DeletePasswordResp returns the response from deleting a password.static interface
static final class
GetClientReq is a request to retrieve client details.static interface
static final class
GetClientResp returns the client details.static interface
static final class
ListPasswordReq is a request to enumerate passwords.static interface
static final class
ListPasswordResp returns a list of passwords.static interface
static final class
ListRefreshReq is a request to enumerate the refresh tokens of a user.static interface
static final class
ListRefreshResp returns a list of refresh tokens for a user.static interface
static final class
Password is an email for password mapping managed by the storage.static interface
static final class
RefreshTokenRef contains the metadata for a refresh token that is managed by the storage.static interface
static final class
RevokeRefreshReq is a request to revoke the refresh token of the user-client pair.static interface
static final class
RevokeRefreshResp determines if the refresh token is revoked successfully.static interface
static final class
UpdateClientReq is a request to update an existing client.static interface
static final class
UpdateClientResp returns the response from updating a client.static interface
static final class
UpdatePasswordReq is a request to modify an existing password.static interface
static final class
UpdatePasswordResp returns the response from modifying an existing password.static interface
static final class
Protobuf typeapi.VerifyPasswordReq
static interface
static final class
Protobuf typeapi.VerifyPasswordResp
static interface
static final class
VersionReq is a request to fetch version info.static interface
static final class
VersionResp holds the version info of components.static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptor
static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistry registry) static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-