Skip navigation links
A C D E G H I M N O P S T W 

A

AnonymousAuthenticationMethod - Class in net.environmatics.acs.accessor.methods
Used for anonymous or no authentication.
AnonymousAuthenticationMethod() - Constructor for class net.environmatics.acs.accessor.methods.AnonymousAuthenticationMethod
 
asBytes() - Method in class net.environmatics.acs.accessor.Payload
Returns the payload as byte array.
asDOM4jElement() - Method in interface net.environmatics.acs.accessor.interfaces.AuthenticationMethod
XML representation of the authentication method as DOM4j Element.
asDOM4jElement() - Method in class net.environmatics.acs.accessor.methods.AnonymousAuthenticationMethod
 
asDOM4jElement() - Method in class net.environmatics.acs.accessor.methods.PasswordAuthenticationMethod
 
asDOM4jElement() - Method in class net.environmatics.acs.accessor.methods.SessionAuthenticationMethod
 
asDOM4jElement() - Method in class net.environmatics.acs.accessor.methods.WASAuthenticationMethod
 
asNameValue() - Method in interface net.environmatics.acs.accessor.interfaces.AuthenticationMethod
Returns the specific POST payload for authentication to an WSS.
asNameValue() - Method in class net.environmatics.acs.accessor.methods.AnonymousAuthenticationMethod
Returns the specific POST payload for anonymous authentication to an WSS.
asNameValue() - Method in class net.environmatics.acs.accessor.methods.PasswordAuthenticationMethod
Returns the specific POST payload for password authentication to an WSS.
asNameValue() - Method in class net.environmatics.acs.accessor.methods.SessionAuthenticationMethod
Returns the specific POST payload for session authentication to an WSS.
asNameValue() - Method in class net.environmatics.acs.accessor.methods.WASAuthenticationMethod
Returns the specific POST payload for WAS authentication to an WSS.
asText() - Method in interface net.environmatics.acs.accessor.interfaces.AuthenticationMethod
Textual representation of the authentication method.
asText() - Method in class net.environmatics.acs.accessor.methods.AnonymousAuthenticationMethod
 
asText() - Method in class net.environmatics.acs.accessor.methods.PasswordAuthenticationMethod
 
asText() - Method in class net.environmatics.acs.accessor.methods.SessionAuthenticationMethod
 
asText() - Method in class net.environmatics.acs.accessor.methods.WASAuthenticationMethod
 
asText() - Method in class net.environmatics.acs.accessor.Payload
Tries to return the payload as String.
AuthenticationFailedException - Exception in net.environmatics.acs.exceptions
Exception, that is thrown when an error occured while performing a getSession() Operation.
AuthenticationFailedException() - Constructor for exception net.environmatics.acs.exceptions.AuthenticationFailedException
Creates a new AuthenticationFailedException.
AuthenticationFailedException(Exception) - Constructor for exception net.environmatics.acs.exceptions.AuthenticationFailedException
Creates a new AuthenticationFailedException.
AuthenticationFailedException(String) - Constructor for exception net.environmatics.acs.exceptions.AuthenticationFailedException
Creates a new AuthenticationFailedException.
AuthenticationMethod - Interface in net.environmatics.acs.accessor.interfaces
Represents a authentication method for authentication on a WSS.

C

checkClientTrusted(X509Certificate[], String) - Method in class org.apache.commons.httpclient.contrib.ssl.EasyX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.commons.httpclient.contrib.ssl.EasyX509TrustManager
 
closeSession() - Method in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
Closes the WSS session.
closeSession() - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Closes the WSS session.
closeSession(SessionInformation) - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Closes the WSS session.
containsException() - Method in class net.environmatics.acs.accessor.Payload
If the Payload contains the String "ServiceExceptionReport" the method returns true.
createSocket(String, int, InetAddress, int) - Method in class org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory
Attempts to get a new socket connection to the given host within the given time limit.
createSocket(String, int) - Method in class org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory
 

D

DCP_HTTP_GET - Static variable in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
DCP Method: GET
DCP_HTTP_POST - Static variable in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
DCP Method: POST
DOMHelper - Class in net.environmatics.acs.accessor.utils
Adds all neccessary namespaces to a DocumentFactory which can be accessed from other classes.
doService(String, String, NameValuePair[], String) - Method in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
Performs a doService request on the selected WSS.
doService(String, String, String) - Method in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
Performs a doService request on the selected WSS.
doService(String, String, NameValuePair[], String) - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Performs a doService request on the selected WSS.
doService(String, String, String) - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Performs a doService request on the selected WSS.

E

EasySSLProtocolSocketFactory - Class in org.apache.commons.httpclient.contrib.ssl
EasySSLProtocolSocketFactory can be used to creats SSL Sockets that accept self-signed certificates.
EasySSLProtocolSocketFactory() - Constructor for class org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory
Constructor for EasySSLProtocolSocketFactory.
EasyX509TrustManager - Class in org.apache.commons.httpclient.contrib.ssl
EasyX509TrustManager unlike default X509TrustManager accepts self-signed certificates.
EasyX509TrustManager(KeyStore) - Constructor for class org.apache.commons.httpclient.contrib.ssl.EasyX509TrustManager
Constructor for EasyX509TrustManager.
equals(Object) - Method in class org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory
 

G

generateDoService(String, String, AuthenticationMethod, NameValuePair[], String) - Static method in class net.environmatics.acs.accessor.utils.DOMHelper
Generates a Document with a WSS doService request.
getAcceptedIssuers() - Method in class org.apache.commons.httpclient.contrib.ssl.EasyX509TrustManager
 
getDocumentFactory() - Static method in class net.environmatics.acs.accessor.utils.DOMHelper
Returns a DocumentFactory with all neccessary namespaces.
getExpirationDate() - Method in class net.environmatics.acs.accessor.obsolete.SessionInformation52North
Deprecated.
Returns the date when the session ID will expire.
getSecuredServiceType() - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
DOCUMENT ME!
getSession(AuthenticationMethod) - Method in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
Establishes a session between the WSSAccessor and the remote WSS service.
getSession(AuthenticationMethod) - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Establishes a session between the WSSAccessor and the remote WSS service.
getSession() - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Establishes a session between the WSSAccessor and the remote WSS service.
getSessionID() - Method in interface net.environmatics.acs.accessor.interfaces.SessionInformation
Returns the Session ID of a WAS / WSS Session.
getSessionID() - Method in class net.environmatics.acs.accessor.methods.SessionAuthenticationMethod
DOCUMENT ME!
getSessionID() - Method in class net.environmatics.acs.accessor.obsolete.SessionInformation52North
Deprecated.
Returns the stored session ID.
getSessionID() - Method in class net.environmatics.acs.accessor.SessionInformationDeegree
 
getSupportedAuthenticationMethods() - Method in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
Retrieves the capabilities document of a WSS, parses it and returns the supported auhtentication methods.
getSupportedAuthenticationMethods() - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Retrieves the capabilities document of a WSS, parses it and returns the supported auhtentication methods.
getWSS() - Method in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
Returns the URL to the used WSS.
getWSS() - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Returns the URL to the used WSS.
getWSSCapabilities() - Method in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
Tries to retrieve the capabillities document from the specific WSS.
getWSSCapabilities() - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Tries to retrieve the capabillities document from the specific WSS.
getWSSURL() - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
DOCUMENT ME!

H

hashCode() - Method in class org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory
 

I

isExpired() - Method in class net.environmatics.acs.accessor.obsolete.SessionInformation52North
Deprecated.
Checks if the session ID is expired.
isSessionAvailable() - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
DOCUMENT ME!

M

METHOD_URN - Static variable in class net.environmatics.acs.accessor.methods.AnonymousAuthenticationMethod
URN of the authentication method.
METHOD_URN - Static variable in class net.environmatics.acs.accessor.methods.PasswordAuthenticationMethod
URN of the authentication method.
METHOD_URN - Static variable in class net.environmatics.acs.accessor.methods.SessionAuthenticationMethod
URN of the authentication method.
METHOD_URN - Static variable in class net.environmatics.acs.accessor.methods.WASAuthenticationMethod
URN of the authentication method.

N

NAMESPACE_AUTHEN - Static variable in class net.environmatics.acs.accessor.utils.DOMHelper
GDI NRW Authn Namespace.
NAMESPACE_OWS - Static variable in class net.environmatics.acs.accessor.utils.DOMHelper
OpenGIS OWS Namespace.
NAMESPACE_WAS - Static variable in class net.environmatics.acs.accessor.utils.DOMHelper
GDI NRW WAS Namespace.
NAMESPACE_WSS - Static variable in class net.environmatics.acs.accessor.utils.DOMHelper
GDI NRW WSS Namespace.
NAMESPACE_XSI - Static variable in class net.environmatics.acs.accessor.utils.DOMHelper
W3C XSI Namespace.
net.environmatics.acs.accessor - package net.environmatics.acs.accessor
 
net.environmatics.acs.accessor.interfaces - package net.environmatics.acs.accessor.interfaces
 
net.environmatics.acs.accessor.methods - package net.environmatics.acs.accessor.methods
 
net.environmatics.acs.accessor.obsolete - package net.environmatics.acs.accessor.obsolete
 
net.environmatics.acs.accessor.utils - package net.environmatics.acs.accessor.utils
 
net.environmatics.acs.exceptions - package net.environmatics.acs.exceptions
 

O

org.apache.commons.httpclient.contrib.ssl - package org.apache.commons.httpclient.contrib.ssl
 

P

PasswordAuthenticationMethod - Class in net.environmatics.acs.accessor.methods
A password authentication method.
PasswordAuthenticationMethod(String) - Constructor for class net.environmatics.acs.accessor.methods.PasswordAuthenticationMethod
Creates a new PasswordAuthenticationMethod.
Payload - Class in net.environmatics.acs.accessor
Represents the payload of a service response.
Payload(InputStream) - Constructor for class net.environmatics.acs.accessor.Payload
Creates a new Payload.
Payload(InputStream, String) - Constructor for class net.environmatics.acs.accessor.Payload
Creates a new Payload.
Payload(byte[], String) - Constructor for class net.environmatics.acs.accessor.Payload
Creates a new Payload object.

S

ServiceException - Exception in net.environmatics.acs.exceptions
Exception, that is thrown when an error occured while performing a non authorised operation or a service error occures.
ServiceException() - Constructor for exception net.environmatics.acs.exceptions.ServiceException
Creates a new AuthorisationFailedException.
ServiceException(Exception) - Constructor for exception net.environmatics.acs.exceptions.ServiceException
Creates a new AuthorisationFailedException.
ServiceException(String) - Constructor for exception net.environmatics.acs.exceptions.ServiceException
Creates a new AuthorisationFailedException.
SessionAuthenticationMethod - Class in net.environmatics.acs.accessor.methods
Uses a SessionID for authentication.
SessionAuthenticationMethod(String) - Constructor for class net.environmatics.acs.accessor.methods.SessionAuthenticationMethod
Creates a new SessionAuthenticationMethod.
SessionAuthenticationMethod(SessionInformation) - Constructor for class net.environmatics.acs.accessor.methods.SessionAuthenticationMethod
Creates a new SessionAuthenticationMethod.
SessionInformation - Interface in net.environmatics.acs.accessor.interfaces
Defines what a SessionInformation container should look like.
SessionInformation52North - Class in net.environmatics.acs.accessor.obsolete
Deprecated.
SessionInformation52North(Document) - Constructor for class net.environmatics.acs.accessor.obsolete.SessionInformation52North
Deprecated.
Creates a new SessionInformation52North Object from a getSession()-Response.
SessionInformation52North(String, Date) - Constructor for class net.environmatics.acs.accessor.obsolete.SessionInformation52North
Deprecated.
Creates a new SessionInformation52North Object.
SessionInformationDeegree - Class in net.environmatics.acs.accessor
Implementation of the interface SessionInformation for Deegree WASS.
SessionInformationDeegree(Payload) - Constructor for class net.environmatics.acs.accessor.SessionInformationDeegree
Creates a new SessionInformationDeegree Object.
setAuthenticationMethod(AuthenticationMethod) - Method in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
Sets the authentication method for WSS interaction.
setAuthenticationMethod(AuthenticationMethod) - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Sets the authentication method for WSS interaction.
setCredentialProvider(CredentialsProvider) - Method in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
DOCUMENT ME!
setCredentialProvider(CredentialsProvider) - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
 
setProxy(String, int) - Method in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
Sets a proxy for indirect HTTP communication.
setProxy(String, int) - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Sets a proxy for indirect HTTP communication.
setSessionID(String) - Method in class net.environmatics.acs.accessor.methods.SessionAuthenticationMethod
DOCUMENT ME!
setWSS(String) - Method in interface net.environmatics.acs.accessor.interfaces.WSSAccessor
Sets the URL of WSS to use.
setWSS(String) - Method in class net.environmatics.acs.accessor.WSSAccessorDeegree
Sets the URL of WSS to use.

T

toString() - Method in class net.environmatics.acs.accessor.methods.AnonymousAuthenticationMethod
DOCUMENT ME!
toString() - Method in class net.environmatics.acs.accessor.methods.PasswordAuthenticationMethod
DOCUMENT ME!
toString() - Method in class net.environmatics.acs.accessor.methods.SessionAuthenticationMethod
DOCUMENT ME!
toString() - Method in class net.environmatics.acs.accessor.methods.WASAuthenticationMethod
DOCUMENT ME!

W

WASAuthenticationMethod - Class in net.environmatics.acs.accessor.methods
Uses a SAMLDocument from a WAS for authentication.
WASAuthenticationMethod(String) - Constructor for class net.environmatics.acs.accessor.methods.WASAuthenticationMethod
Creates a new WASAuthenticationMethod.
WSSAccessor - Interface in net.environmatics.acs.accessor.interfaces
Generic interface for WSS interaction.
WSSAccessorDeegree - Class in net.environmatics.acs.accessor
Main Class for Interaction with an deegree WebSecurityService.

Note: Uses the anonymous authentication as default

Example:
// Creating new accessor instance WSSAccessorDeegree accessor = new WSSAccessorDeegree("http://myservices.com/wss");

// Choosing a authentication method
PasswordAuthenticationMethod authMethod = new PasswordAuthenticationMethod("user","pass");

// Use the auth.
WSSAccessorDeegree() - Constructor for class net.environmatics.acs.accessor.WSSAccessorDeegree
Creates a new instance of the WSSAccessorDeegree.
WSSAccessorDeegree(String) - Constructor for class net.environmatics.acs.accessor.WSSAccessorDeegree
Creates a new instance of the WSSAccessorDeegree.
WSSAccessorDeegree(String, String, int) - Constructor for class net.environmatics.acs.accessor.WSSAccessorDeegree
Creates a new instance of the WSSAccessorDeegree.
A C D E G H I M N O P S T W 

Copyright © 2012–2025 cismet GmbH. All rights reserved.