Index
All Classes|All Packages
R
- readAccount(LoginRequest) - Method in class com.patreonshout.jpa.WebAccountFunctions
-
Adds a login token to a
WebAccountFunctions
matching the given username in the database - ReceiverImpl - Interface in com.patreonshout.rest.interfaces
- ReceiverSvc - Class in com.patreonshout.rest
-
Patreon Webhook RESTful Endpoint Interface
- ReceiverSvc() - Constructor for class com.patreonshout.rest.ReceiverSvc
- redirectUri - Variable in class com.patreonshout.config.credentials.PatreonCredentials
-
redirectUri is the redirect uri a user is sent to after doing an OAuth
- redirectUri - Variable in class com.patreonshout.config.credentials.TwitterCredentials
-
redirectUri is the redirect uri a user is sent to after doing an OAuth
- redirectUri - Variable in class com.patreonshout.config.PSConfiguration
-
redirectUri is the Uri we give to Patreon that lets them redirect information to our endpoints
- refreshToken - Variable in class com.patreonshout.beans.PatreonTokens
-
Holds the Patreon content creator's refresh token
- Register(RegisterRequest) - Method in interface com.patreonshout.rest.interfaces.WebAccountImpl
-
Endpoint that will create a new
WebAccountFunctions
into the database. - Register(RegisterRequest) - Method in class com.patreonshout.rest.WebAccountSvc
-
Endpoint that will create a new
WebAccountFunctions
into the database. - RegisterRequest - Class in com.patreonshout.beans.request
-
Jackson Serialized object, used when a registration request is received
- RegisterRequest() - Constructor for class com.patreonshout.beans.request.RegisterRequest
- relationships - Variable in class com.patreonshout.beans.patreon_api.PatreonDataV2
-
relationships represent the object relationships to other objects in the Patreon api
- request(String, String, boolean) - Method in class com.patreonshout.patreon.CustomPatreonAPI
-
Gets the
InputStream
for the Patreon API request link we want to use - ResetPassword(ResetPasswordRequest) - Method in interface com.patreonshout.rest.interfaces.WebAccountImpl
-
Endpoint that allows
WebAccount
password resetting. - ResetPassword(ResetPasswordRequest) - Method in class com.patreonshout.rest.WebAccountSvc
-
Endpoint that allows
WebAccount
password resetting. - ResetPasswordRequest - Class in com.patreonshout.beans.request
-
Jackson serialized POJO, used when a login request is received
- ResetPasswordRequest() - Constructor for class com.patreonshout.beans.request.ResetPasswordRequest
- ResponseUtil - Class in com.patreonshout.utils
-
POJO containing functions to assist and generate endpoint JSON output
- ResponseUtil() - Constructor for class com.patreonshout.utils.ResponseUtil
All Classes|All Packages