Uses of Package
org.glassfish.jersey.oauth1.signature
Packages that use org.glassfish.jersey.oauth1.signature
Package
Description
Jersey OAuth 1 Client API.
Jersey OAuth 1 Signature API and Implementation.
Jersey OAuth 1 Server API.
Jersey OAuth 1 Server internal implementation classes.
-
Classes in org.glassfish.jersey.oauth1.signature used by org.glassfish.jersey.client.oauth1ClassDescriptionA data structure class that represents OAuth protocol parameters.Interface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.Contains the secrets used to generate and/or verify signatures.Injectable class used for processing an OAuth signature (signing or verifying).
-
Classes in org.glassfish.jersey.oauth1.signature used by org.glassfish.jersey.oauth1.signatureClassDescriptionThrown to indicate that the OAuth secret supplied is invalid or otherwise unsupported.A data structure class that represents OAuth protocol parameters.Interface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.Contains the secrets used to generate and/or verify signatures.Thrown to indicate that an OAuth exception occurred.An interface representing the OAuth signature method.Thrown to indicate that the OAuth signature method requested is not supported.
-
Classes in org.glassfish.jersey.oauth1.signature used by org.glassfish.jersey.server.oauth1ClassDescriptionA data structure class that represents OAuth protocol parameters.Contains the secrets used to generate and/or verify signatures.Injectable class used for processing an OAuth signature (signing or verifying).
-
Classes in org.glassfish.jersey.oauth1.signature used by org.glassfish.jersey.server.oauth1.internalClassDescriptionInterface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.Injectable class used for processing an OAuth signature (signing or verifying).