public enum AllowSelfSignedCertsBehavior extends Enum<AllowSelfSignedCertsBehavior> implements JerseyClientBehavior
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static org.odata4j.consumer.behaviors.OClientBehavior |
allowSelfSignedCerts()
Creates a behavior that allows for https services with self-signed certificates.
|
void |
modify(com.sun.jersey.api.client.config.ClientConfig clientConfig) |
void |
modifyClientFilters(com.sun.jersey.api.client.filter.Filterable client) |
void |
modifyWebResourceFilters(com.sun.jersey.api.client.filter.Filterable webResource) |
org.odata4j.consumer.ODataClientRequest |
transform(org.odata4j.consumer.ODataClientRequest request) |
static AllowSelfSignedCertsBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowSelfSignedCertsBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllowSelfSignedCertsBehavior INSTANCE
public static AllowSelfSignedCertsBehavior[] values()
for (AllowSelfSignedCertsBehavior c : AllowSelfSignedCertsBehavior.values()) System.out.println(c);
public static AllowSelfSignedCertsBehavior valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.odata4j.consumer.ODataClientRequest transform(org.odata4j.consumer.ODataClientRequest request)
transform in interface org.odata4j.consumer.behaviors.OClientBehaviorpublic void modify(com.sun.jersey.api.client.config.ClientConfig clientConfig)
modify in interface JerseyClientBehaviorpublic void modifyClientFilters(com.sun.jersey.api.client.filter.Filterable client)
modifyClientFilters in interface JerseyClientBehaviorpublic void modifyWebResourceFilters(com.sun.jersey.api.client.filter.Filterable webResource)
modifyWebResourceFilters in interface JerseyClientBehaviorpublic static org.odata4j.consumer.behaviors.OClientBehavior allowSelfSignedCerts()
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.