Package | Description |
---|---|
cz.cesnet.cloud.occi.api | |
cz.cesnet.cloud.occi.api.http | |
cz.cesnet.cloud.occi.api.http.auth |
Modifier and Type | Method and Description |
---|---|
Authentication |
Client.getAuthentication()
Returns client's authentication method.
|
Authentication |
Authentication.getFallback()
Returns authentication's fallback authentication method.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.setAuthentication(Authentication authentication)
Sets client's authentication method.
|
Constructor and Description |
---|
HTTPClient(URI endpoint,
Authentication authentication)
Constructor.
|
HTTPClient(URI endpoint,
Authentication authentication,
String mediaType,
boolean autoconnect)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthentication
Class representing BASIC HTTP authentication method.
|
class |
CertificateAuthentication
Class representing HTTP authentication method via X509 or VOMS certificates.
|
class |
DigestAuthentication
Class representing Digest HTTP authentication method.
|
class |
HTTPAuthentication
Abstract class representing HTTP authentication methods.
|
class |
KeystoneAuthentication
Class representing OpenStack's Keystone HTTP authentication method.
|
class |
NoAuthentication
Dummy authentication method representing no authentication.
|
class |
VOMSAuthentication
Class representing HTTP authentication method via VOMS certificates.
|
class |
X509Authentication
Class representing HTTP authentication method via X509 certificates.
|
Modifier and Type | Method and Description |
---|---|
Authentication |
KeystoneAuthentication.getFallback() |
abstract Authentication |
HTTPAuthentication.getFallback() |
Authentication |
BasicAuthentication.getFallback() |
Authentication |
VOMSAuthentication.getFallback() |
Authentication |
X509Authentication.getFallback() |
Authentication |
NoAuthentication.getFallback() |
Copyright © 2016. All Rights Reserved.