Uses of Package
org.glassfish.jersey.oauth1.signature
-
Packages that use org.glassfish.jersey.oauth1.signature Package Description org.glassfish.jersey.client.oauth1 Jersey OAuth 1 Client API.org.glassfish.jersey.oauth1.signature Jersey OAuth 1 Signature API and Implementation.org.glassfish.jersey.server.oauth1 Jersey OAuth 1 Server API.org.glassfish.jersey.server.oauth1.internal Jersey OAuth 1 Server internal implementation classes. -
Classes in org.glassfish.jersey.oauth1.signature used by org.glassfish.jersey.client.oauth1 Class Description OAuth1Parameters A data structure class that represents OAuth protocol parameters.OAuth1Request Interface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.OAuth1Secrets Contains the secrets used to generate and/or verify signatures.OAuth1Signature Injectable class used for processing an OAuth signature (signing or verifying). -
Classes in org.glassfish.jersey.oauth1.signature used by org.glassfish.jersey.oauth1.signature Class Description InvalidSecretException Thrown to indicate that the OAuth secret supplied is invalid or otherwise unsupported.OAuth1Parameters A data structure class that represents OAuth protocol parameters.OAuth1Request Interface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.OAuth1Secrets Contains the secrets used to generate and/or verify signatures.OAuth1SignatureException Thrown to indicate that an OAuth exception occurred.OAuth1SignatureMethod An interface representing the OAuth signature method.UnsupportedSignatureMethodException 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.oauth1 Class Description OAuth1Parameters A data structure class that represents OAuth protocol parameters.OAuth1Secrets Contains the secrets used to generate and/or verify signatures.OAuth1Signature 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.internal Class Description OAuth1Request Interface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.OAuth1Signature Injectable class used for processing an OAuth signature (signing or verifying).