- 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.
- 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!
- 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
-
- 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.