Uses of Class
org.glassfish.jersey.server.oauth1.OAuth1Exception
-
Packages that use OAuth1Exception Package Description org.glassfish.jersey.server.oauth1 Jersey OAuth 1 Server API. -
-
Uses of OAuth1Exception in org.glassfish.jersey.server.oauth1
Methods in org.glassfish.jersey.server.oauth1 that return OAuth1Exception Modifier and Type Method Description private static OAuth1Exception
OAuth1ServerFilter. newBadRequestException()
private OAuth1Exception
OAuth1ServerFilter. newUnauthorizedException()
Methods in org.glassfish.jersey.server.oauth1 that throw OAuth1Exception Modifier and Type Method Description private OAuth1SecurityContext
OAuth1ServerFilter. getSecurityContext(javax.ws.rs.container.ContainerRequestContext request)
private static OAuth1Exception
OAuth1ServerFilter. newBadRequestException()
private OAuth1Exception
OAuth1ServerFilter. newUnauthorizedException()
private static java.lang.String
OAuth1ServerFilter. requiredOAuthParam(java.lang.String value)
private static java.lang.String
OAuth1ServerFilter. supportedOAuthParam(java.lang.String value, java.util.Set<java.lang.String> set)
-