Index
All Classes|All Packages
C
- campaign - Variable in class com.patreonshout.beans.patreon_api.PatreonRelationshipsV2
- campaignid - Variable in class com.patreonshout.beans.MembershipBean
- 
holds Patreon campaign id
- campaignId - Variable in class com.patreonshout.beans.CreatorPage
- 
id is aIntegerprimary key for the webaccounts table in the database
- campaignId - Variable in class com.patreonshout.beans.PatreonCampaign
- 
campaignId holds the OAuth'd user's Patreon campaign id
- campaignId - Variable in class com.patreonshout.beans.PostBean
- 
Name of the content creator who made the Patreon post
- can_see_nsfw - Variable in class com.patreonshout.patreon.endpoints.objects.User.Data.Attributes
- 
true if this user can view nsfw content, can be null
- catchCustomException(PSException) - Method in class com.patreonshout.rest.BaseSvc
- catchSQLIntegrityConstraintViolationException(SQLIntegrityConstraintViolationException) - Method in class com.patreonshout.rest.BaseSvc
- 
Handles everySQLIntegrityConstraintViolationExceptionexception thrown by controllers.
- client - Variable in class com.patreonshout.utils.DiscordWebhookUtil
- 
client is the webhook client used to send messages via webhooks
- client - Variable in class com.patreonshout.utils.TwitterApiUtil
- 
client is what we use to talk to the Twitter API
- clientId - Variable in class com.patreonshout.config.PSConfiguration
- 
clientId is the Patreon id of our client we use during OAuth for users of Patreon Shout
- clientID - Variable in class com.patreonshout.config.credentials.PatreonCredentials
- 
clientId is the id of our Patreon client
- clientID - Variable in class com.patreonshout.config.credentials.TwitterCredentials
- 
clientId is the id of our Twitter app
- clientSecret - Variable in class com.patreonshout.config.credentials.PatreonCredentials
- 
clientSecret is the secret of our Patreon client
- clientSecret - Variable in class com.patreonshout.config.credentials.TwitterCredentials
- 
clientSecret is the secret of our Twitter app
- clientSecret - Variable in class com.patreonshout.config.PSConfiguration
- 
clientSecret is the Patreon secret of our client we use during OAuth for users of Patreon Shout
- close() - Method in class com.patreonshout.utils.DiscordWebhookUtil
- 
closes the client
- com.patreonshout - package com.patreonshout
- com.patreonshout.beans - package com.patreonshout.beans
- com.patreonshout.beans.constants - package com.patreonshout.beans.constants
- com.patreonshout.beans.patreon_api - package com.patreonshout.beans.patreon_api
- com.patreonshout.beans.request - package com.patreonshout.beans.request
- com.patreonshout.beans.request.receivers.patreon - package com.patreonshout.beans.request.receivers.patreon
- com.patreonshout.beans.response - package com.patreonshout.beans.response
- com.patreonshout.config - package com.patreonshout.config
- com.patreonshout.config.credentials - package com.patreonshout.config.credentials
- com.patreonshout.config.filters - package com.patreonshout.config.filters
- com.patreonshout.jpa - package com.patreonshout.jpa
- com.patreonshout.jpa.constants - package com.patreonshout.jpa.constants
- com.patreonshout.patreon - package com.patreonshout.patreon
- com.patreonshout.patreon.endpoints - package com.patreonshout.patreon.endpoints
- com.patreonshout.patreon.endpoints.objects - package com.patreonshout.patreon.endpoints.objects
- com.patreonshout.rest - package com.patreonshout.rest
- com.patreonshout.rest.interfaces - package com.patreonshout.rest.interfaces
- com.patreonshout.utils - package com.patreonshout.utils
- COMICS - com.patreonshout.beans.constants.CreatorPageCategory
- 
Comics
- content - Variable in class com.patreonshout.beans.patreon_api.PatreonPostV2
- 
content holds the content of a post
- content - Variable in class com.patreonshout.beans.PostBean
- 
The content of the Patreon post.
- converter - Variable in class com.patreonshout.patreon.CustomPatreonAPI
- 
converter is used to convert the json data returned into an object of our choosing
- converter - Variable in class com.patreonshout.utils.DiscordWebhookUtil
- 
Used to convertStringHTML objects to Markdown format
- convertStringToJSONObject(String) - Static method in class com.patreonshout.utils.JSONUtil
- 
converts a json string into aJSONObject
- CORSConfiguration - Class in com.patreonshout.config
- 
SpringBoot configuration for CORS
- CORSConfiguration() - Constructor for class com.patreonshout.config.CORSConfiguration
- CorsFilter - Class in com.patreonshout.config.filters
- 
Filter for all http requests we receive
- CorsFilter() - Constructor for class com.patreonshout.config.filters.CorsFilter
- created - Variable in class com.patreonshout.patreon.endpoints.objects.User.Data.Attributes
- 
datetime of this user's account creation
- createSalt() - Method in class com.patreonshout.config.SecurityConfiguration
- 
Generates a pseudo-random salt of 124 bytes utilizingSecureRandom
- createWebhookForPatreon(WebAccount, String, int) - Method in class com.patreonshout.rest.ReceiverSvc
- 
Creates the Patreon webhook trigger needed to get post information when a post is published
- CreatorPage - Class in com.patreonshout.beans
- 
POJO that relates to the creator_pages table in our database
- CreatorPage() - Constructor for class com.patreonshout.beans.CreatorPage
- CreatorPageCategory - Enum in com.patreonshout.beans.constants
- 
Enum holding information about creator campaign categories
- CreatorPageCategory() - Constructor for enum com.patreonshout.beans.constants.CreatorPageCategory
- creatorPageFunctions - Variable in class com.patreonshout.rest.ReceiverSvc
- 
An autowired Spring component that endpoints utilize to send or receive data from the database
- CreatorPageFunctions - Class in com.patreonshout.jpa
- 
Component that contains functions forCreatorPageendpoints that allow interaction with the database
- CreatorPageFunctions() - Constructor for class com.patreonshout.jpa.CreatorPageFunctions
- creatorPageRepository - Variable in class com.patreonshout.jpa.CreatorPageFunctions
- 
An autowired Spring repository that handles all database CRUD operations with the creator pages
- CreatorPageRepository - Interface in com.patreonshout.jpa
- 
Spring Data Repository for easy use of CRUD operations on theCreatorPageobject
- creators - Variable in class com.patreonshout.beans.request.PostGetMultipleRequest
- 
creators is the list of creators we want to get posts from
- creatorTokens - Variable in class com.patreonshout.beans.WebAccount
- 
creatorTokens is thePatreonTokensobject linked with this WebAccount object
- CreatorTokens - Class in com.patreonshout.jpa
- 
PatreonInfo Repository Wrapper
- CreatorTokens() - Constructor for class com.patreonshout.jpa.CreatorTokens
- creatorTokensRepository - Variable in class com.patreonshout.jpa.CreatorTokens
- 
patreonInfoRepository is theCreatorTokensRepositoryclass that handles all logic regarding database connections with the patreon_info table
- CreatorTokensRepository - Class in com.patreonshout.jpa
- 
Communication between the creator_tokens table in the database
- CreatorTokensRepository() - Constructor for class com.patreonshout.jpa.CreatorTokensRepository
- currentPassword - Variable in class com.patreonshout.beans.request.ResetPasswordRequest
- 
AStringthat should be theWebAccount's current password
- CustomPatreonAPI - Class in com.patreonshout.patreon
- 
Used to send Patreon API requests
- CustomPatreonAPI(String) - Constructor for class com.patreonshout.patreon.CustomPatreonAPI
- 
Initializes variables needed for sending requests to the Patreon API
All Classes|All Packages