public class AsapAuthenticationFilter
extends com.sun.jersey.api.client.filter.ClientFilter
| Constructor and Description |
|---|
AsapAuthenticationFilter(Jwt prototype,
AuthorizationHeaderGenerator authorizationHeaderGenerator) |
AsapAuthenticationFilter(Jwt prototype,
URI privateKeyPath) |
AsapAuthenticationFilter(String audience,
String issuer,
String keyId,
AuthorizationHeaderGenerator authorizationHeaderGenerator)
Deprecated.
in 2.2 for removal in 3.0. Use
AsapAuthenticationFilter(Jwt, AuthorizationHeaderGenerator) instead |
AsapAuthenticationFilter(String audience,
String issuer,
String keyId,
URI privateKeyPath)
Deprecated.
in 2.2 for removal in 3.0. Use
AsapAuthenticationFilter(Jwt, URI) instead |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.ClientResponse |
handle(com.sun.jersey.api.client.ClientRequest clientRequest) |
@Deprecated public AsapAuthenticationFilter(String audience, String issuer, String keyId, URI privateKeyPath)
AsapAuthenticationFilter(Jwt, URI) instead@Deprecated public AsapAuthenticationFilter(String audience, String issuer, String keyId, AuthorizationHeaderGenerator authorizationHeaderGenerator)
AsapAuthenticationFilter(Jwt, AuthorizationHeaderGenerator) insteadpublic AsapAuthenticationFilter(Jwt prototype, URI privateKeyPath)
public AsapAuthenticationFilter(Jwt prototype, AuthorizationHeaderGenerator authorizationHeaderGenerator)
public final com.sun.jersey.api.client.ClientResponse handle(com.sun.jersey.api.client.ClientRequest clientRequest)
throws com.sun.jersey.api.client.ClientHandlerException
handle in interface com.sun.jersey.api.client.ClientHandlerhandle in class com.sun.jersey.api.client.filter.ClientFiltercom.sun.jersey.api.client.ClientHandlerExceptionCopyright © 2017 Atlassian. All rights reserved.