Uses of Class
com.kingsrook.qqq.backend.core.model.metadata.authentication.Auth0AuthenticationMetaData
Packages that use Auth0AuthenticationMetaData
Package
Description
-
Uses of Auth0AuthenticationMetaData in com.kingsrook.qqq.backend.core.model.metadata.authentication
Methods in com.kingsrook.qqq.backend.core.model.metadata.authentication that return Auth0AuthenticationMetaDataModifier and TypeMethodDescriptionAuth0AuthenticationMetaData.withAccessTokenTableName
(String accessTokenTableName) Fluent setter for accessTokenTableNameAuth0AuthenticationMetaData.withApplicationNameField
(String applicationNameField) Fluent setter for applicationNameFieldAuth0AuthenticationMetaData.withAudience
(String audience) Fluent setter for audienceAuth0AuthenticationMetaData.withAuth0AccessTokenField
(String auth0AccessTokenField) Fluent setter for auth0AccessTokenFieldAuth0AuthenticationMetaData.withAuth0ClientIdField
(String auth0ClientIdField) Fluent setter for auth0ClientIdFieldAuth0AuthenticationMetaData.withAuth0ClientSecretField
(String auth0ClientSecretField) Fluent setter for auth0ClientSecretFieldAuth0AuthenticationMetaData.withBaseUrl
(String baseUrl) Fluent setter, override to help fluent flowsAuth0AuthenticationMetaData.withClientAuth0ApplicationIdField
(String clientAuth0ApplicationIdField) Fluent setter for clientAuth0ApplicationIdFieldAuth0AuthenticationMetaData.withClientAuth0ApplicationTableName
(String clientAuth0ApplicationTableName) Fluent setter for clientAuth0ApplicationTableNameAuth0AuthenticationMetaData.withClientId
(String clientId) Fluent setter, override to help fluent flowsAuth0AuthenticationMetaData.withClientSecret
(String clientSecret) Fluent setter, override to help fluent flowsAuth0AuthenticationMetaData.withExpiresInSecondsField
(String expiresInSecondsField) Fluent setter for expiresInSecondsFieldAuth0AuthenticationMetaData.withQqqAccessTokenField
(String qqqAccessTokenField) Fluent setter for qqqAccessTokenFieldAuth0AuthenticationMetaData.withQqqApiKeyField
(String qqqApiKeyField) Fluent setter for qqqApiKeyFieldAuth0AuthenticationMetaData.withQqqRecordIdField
(Serializable qqqRecordIdField) Fluent setter for qqqRecordIdField -
Uses of Auth0AuthenticationMetaData in com.kingsrook.qqq.backend.core.modules.authentication.implementations
Methods in com.kingsrook.qqq.backend.core.modules.authentication.implementations with parameters of type Auth0AuthenticationMetaDataModifier and TypeMethodDescriptionprotected String
Auth0AuthenticationModule.getAccessTokenForUsernameAndPasswordFromAuth0
(Auth0AuthenticationMetaData metaData, com.auth0.client.auth.AuthAPI auth, String credentials) org.json.JSONObject
Auth0AuthenticationModule.requestAccessTokenForClientIdAndSecretFromAuth0
(Auth0AuthenticationMetaData auth0MetaData, String clientId, String clientSecret) make http request to Auth0 for a new access token for an application - e.g., with a clientId and clientSecret as params