| Package | Description |
|---|---|
| net.environmatics.acs.accessor | |
| net.environmatics.acs.accessor.interfaces | |
| net.environmatics.acs.accessor.methods | |
| net.environmatics.acs.accessor.utils |
| Modifier and Type | Method and Description |
|---|---|
SessionInformation |
WSSAccessorDeegree.getSession(AuthenticationMethod authnMethod)
Establishes a session between the WSSAccessor and the remote WSS service.
|
void |
WSSAccessorDeegree.setAuthenticationMethod(AuthenticationMethod authnMethod)
Sets the authentication method for WSS interaction.
|
| Modifier and Type | Method and Description |
|---|---|
SessionInformation |
WSSAccessor.getSession(AuthenticationMethod authnMethod)
Establishes a session between the WSSAccessor and the remote WSS service.
|
void |
WSSAccessor.setAuthenticationMethod(AuthenticationMethod authnMethod)
Sets the authentication method for WSS interaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousAuthenticationMethod
Used for anonymous or no authentication.
|
class |
PasswordAuthenticationMethod
A password authentication method.
|
class |
SessionAuthenticationMethod
Uses a SessionID for authentication.
|
class |
WASAuthenticationMethod
Uses a SAMLDocument from a WAS for authentication.
|
| Modifier and Type | Method and Description |
|---|---|
static org.dom4j.Document |
DOMHelper.generateDoService(String dcp_type,
String request,
AuthenticationMethod authMethod,
org.apache.commons.httpclient.NameValuePair[] requestParams,
String facadeURL)
Generates a Document with a WSS doService request.
|
Copyright © 2012–2025 cismet GmbH. All rights reserved.