Package com.coreos.dex.api
Class DexOuterClass
java.lang.Object
com.coreos.dex.api.DexOuterClass
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classClient represents an OAuth2 client.static interfacestatic final classCreateClientReq is a request to make a client.static interfacestatic final classCreateClientResp returns the response from creating a client.static interfacestatic final classCreatePasswordReq is a request to make a password.static interfacestatic final classCreatePasswordResp returns the response from creating a password.static interfacestatic final classDeleteClientReq is a request to delete a client.static interfacestatic final classDeleteClientResp determines if the client is deleted successfully.static interfacestatic final classDeletePasswordReq is a request to delete a password.static interfacestatic final classDeletePasswordResp returns the response from deleting a password.static interfacestatic final classGetClientReq is a request to retrieve client details.static interfacestatic final classGetClientResp returns the client details.static interfacestatic final classListPasswordReq is a request to enumerate passwords.static interfacestatic final classListPasswordResp returns a list of passwords.static interfacestatic final classListRefreshReq is a request to enumerate the refresh tokens of a user.static interfacestatic final classListRefreshResp returns a list of refresh tokens for a user.static interfacestatic final classPassword is an email for password mapping managed by the storage.static interfacestatic final classRefreshTokenRef contains the metadata for a refresh token that is managed by the storage.static interfacestatic final classRevokeRefreshReq is a request to revoke the refresh token of the user-client pair.static interfacestatic final classRevokeRefreshResp determines if the refresh token is revoked successfully.static interfacestatic final classUpdateClientReq is a request to update an existing client.static interfacestatic final classUpdateClientResp returns the response from updating a client.static interfacestatic final classUpdatePasswordReq is a request to modify an existing password.static interfacestatic final classUpdatePasswordResp returns the response from modifying an existing password.static interfacestatic final classProtobuf typeapi.VerifyPasswordReqstatic interfacestatic final classProtobuf typeapi.VerifyPasswordRespstatic interfacestatic final classVersionReq is a request to fetch version info.static interfacestatic final classVersionResp holds the version info of components.static interface - 
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptorstatic voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry) static voidregisterAllExtensions(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() 
 -