Index
All Classes|All Packages
A
- ACTIVE - Enum constant in enum class com.cord.server.Status
- address(Status) - Method in class com.cord.server.PlatformUserVariables.PlatformUserVariablesBuilder
B
- build() - Method in class com.cord.server.ClientAuthTokenData.ClientAuthTokenDataBuilder
- build() - Method in class com.cord.server.PlatformOrganizationVariables.PlatformOrganizationVariablesBuilder
- build() - Method in class com.cord.server.PlatformUserVariables.PlatformUserVariablesBuilder
C
- ClientAuthTokenData - Class in com.cord.server
-
Variables used for the information needed in the authentication token data The required variables are "user_id" and "organization_id".
- ClientAuthTokenData.ClientAuthTokenDataBuilder - Class in com.cord.server
- ClientAuthTokenDataBuilder(String, String) - Constructor for class com.cord.server.ClientAuthTokenData.ClientAuthTokenDataBuilder
- com.cord.server - package com.cord.server
- Cord - Class in com.cord.server
- Cord() - Constructor for class com.cord.server.Cord
D
F
- firstName(String) - Method in class com.cord.server.PlatformUserVariables.PlatformUserVariablesBuilder
G
- getClientAuthToken(String, String, ClientAuthTokenData) - Static method in class com.cord.server.Cord
-
This method should be used to sign a JWT token and send it to the frontend part of the application, which will use the said token to authenticate the web components.
- getEmail() - Method in class com.cord.server.PlatformUserVariables
- getFirstName() - Method in class com.cord.server.PlatformUserVariables
- getLastName() - Method in class com.cord.server.PlatformUserVariables
- getName() - Method in class com.cord.server.PlatformUserVariables
- getOrganizationDetails() - Method in class com.cord.server.ClientAuthTokenData
- getOrganizationId() - Method in class com.cord.server.ClientAuthTokenData
- getProfilePictureUrl() - Method in class com.cord.server.PlatformUserVariables
- getServerAuthToken(String, String) - Static method in class com.cord.server.Cord
-
This method should be used to sign a JWT token which is required to authenticate for the Cord REST APIs.
- getStatus() - Method in class com.cord.server.PlatformUserVariables
- getUserDetails() - Method in class com.cord.server.ClientAuthTokenData
- getUserId() - Method in class com.cord.server.ClientAuthTokenData
L
- lastName(String) - Method in class com.cord.server.PlatformUserVariables.PlatformUserVariablesBuilder
M
- members(List<String>) - Method in class com.cord.server.PlatformOrganizationVariables.PlatformOrganizationVariablesBuilder
N
- name(String) - Method in class com.cord.server.PlatformUserVariables.PlatformUserVariablesBuilder
O
- organizationDetails - Variable in class com.cord.server.ClientAuthTokenData
- organizationDetails(PlatformOrganizationVariables) - Method in class com.cord.server.ClientAuthTokenData.ClientAuthTokenDataBuilder
- organizationId - Variable in class com.cord.server.ClientAuthTokenData
P
- PlatformOrganizationVariables - Class in com.cord.server
-
Variables used to describe a platform organization The only required variable is "name".
- PlatformOrganizationVariables.PlatformOrganizationVariablesBuilder - Class in com.cord.server
- PlatformOrganizationVariablesBuilder(String) - Constructor for class com.cord.server.PlatformOrganizationVariables.PlatformOrganizationVariablesBuilder
- PlatformUserVariables - Class in com.cord.server
-
Variables used to describe a platform user The only required variable is "email".
- PlatformUserVariables.PlatformUserVariablesBuilder - Class in com.cord.server
- PlatformUserVariablesBuilder(String) - Constructor for class com.cord.server.PlatformUserVariables.PlatformUserVariablesBuilder
- profilePictureUrl(String) - Method in class com.cord.server.PlatformUserVariables.PlatformUserVariablesBuilder
S
- s - Variable in enum class com.cord.server.Status
- status(Status) - Method in class com.cord.server.PlatformOrganizationVariables.PlatformOrganizationVariablesBuilder
- Status - Enum Class in com.cord.server
-
Marks the status of a user or an organization.
U
- userDetails - Variable in class com.cord.server.ClientAuthTokenData
- userDetails(PlatformUserVariables) - Method in class com.cord.server.ClientAuthTokenData.ClientAuthTokenDataBuilder
- userId - Variable in class com.cord.server.ClientAuthTokenData
V
- valueOf(String) - Static method in enum class com.cord.server.Status
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.cord.server.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes|All Packages