public final enum

AllowSelfSignedCertsBehavior

extends Enum<E extends Enum<E>>
implements JerseyClientBehavior
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.odata4j.jersey.consumer.behaviors.AllowSelfSignedCertsBehavior

Summary

Enum Values
AllowSelfSignedCertsBehavior  INSTANCE   
Fields
private static final Logger logger
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static OClientBehavior allowSelfSignedCerts()
Creates a behavior that allows for https services with self-signed certificates.
void modify(ClientConfig clientConfig)
void modifyClientFilters(Filterable client)
void modifyWebResourceFilters(Filterable webResource)
ODataClientRequest transform(ODataClientRequest request)
Transforms the current http request.
static AllowSelfSignedCertsBehavior valueOf(String name)
final static AllowSelfSignedCertsBehavior[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface org.odata4j.consumer.behaviors.OClientBehavior
From interface org.odata4j.jersey.consumer.behaviors.JerseyClientBehavior

Enum Values

public static final AllowSelfSignedCertsBehavior INSTANCE

Fields

private static final Logger logger

Public Methods

public static OClientBehavior allowSelfSignedCerts ()

Creates a behavior that allows for https services with self-signed certificates.

Returns
  • a behavior that allows for https services with self-signed certificates

public void modify (ClientConfig clientConfig)

Parameters
clientConfig

public void modifyClientFilters (Filterable client)

Parameters
client

public void modifyWebResourceFilters (Filterable webResource)

Parameters
webResource

public ODataClientRequest transform (ODataClientRequest request)

Transforms the current http request.

Parameters
request The current http request
Returns
  • the modified http request

public static AllowSelfSignedCertsBehavior valueOf (String name)

Parameters
name

public static final AllowSelfSignedCertsBehavior[] values ()