All Classes
-
All Classes Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AuthenticatedContentVerifier This is a helper class to authenticate content when payload is pushed by hub after update from publisher according to WebSub Specs Note that content only needed to be authenticated if we have passed secret in subscribe request.HubMode ThisEnumcomprises of Hub mods used in this api.IntentVerificationConfig This class is resposible for loading all the metadata with help ofPreAuthenticateContentAndVerifyIntentannotation after application context is ready for handling get endpoint request sent by hub for intent verifications after subscribe and unsubscribe operation.IntentVerificationFilter This filter is used for handle intent verification request by hub after subscribe and unsubscribe operations with help of metadata collected byPreAuthenticateContentAndVerifyIntentandIntentVerificationConfigclass.IntentVerifier This is a helper class to verify intent after subscribe and unsubscribe operation according to WebSub Specs.MultipleReadHttpRequest This class is extention toHttpServletRequestWrapperto override default behavior of spring which is request body can be read only once.MultipleReadRequestBodyFilter This filter is to convertServletRequesttoMultipleReadHttpRequestto override default behavior of spring which is request body can be read only once.MultipleReadServletInputStream This class is wrapper to modification toServletInputStreamto convertServletRequesttoMultipleReadHttpRequest.PreAuthenticateContentAndVerifyIntent Annotation indicating for Pre authentication of content notified by hub and verifying intent after subscribe and unsubscribe operation.PublisherClientImpl<P> This class is responsible for all the specification stated inPublisherClientinterface.SubscriberClientImpl This class is responsible for all the specification stated inSubscriptionClientinterface.SubscriptionChangeRequest Basic metadata model used in request subscribe and unsubscribe operations.SubscriptionChangeResponse Basic response model for subscribe and unsubscribe operations.UnsubscriptionRequest Basic metadata model used in request unsubscribe operations.WebSubClientAspect This class comprises of aspects used for this library.WebSubClientConfig This class consist all the general and common configurations for this api.WebSubClientConstants This class consist constants for this api.WebSubClientErrorCode ThisEnumconsist error codes for this api.WebSubClientException This class act as a generic exception for this api.