A B C D E F G H I K L M N O P Q R S T V W X

A

acceptNode(Node) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method accepts all node types.
acquire(DOMParserOptions) - Method in class org.n52.security.common.xml.DefaultDocumentBuilderPool
 
acquire(DOMParserOptions) - Method in interface org.n52.security.common.xml.DocumentBuilderPool
Method acquires a DocumentBuilder with meets the requirements expressed by the options.
add(String, String) - Method in class org.n52.security.common.xml.SimpleNamespaceContext
Method adds a prefix to namespace mapping.
add(XMLBuilder.XMLElement) - Method in class org.n52.security.common.xml.XMLBuilder.XMLElement
 
add(Element) - Method in class org.n52.security.common.xml.XMLBuilder.XMLElement
 
add(Text) - Method in class org.n52.security.common.xml.XMLBuilder.XMLElement
 
add(Comment) - Method in class org.n52.security.common.xml.XMLBuilder.XMLElement
 
addAll(SimpleNamespaceContext) - Method in class org.n52.security.common.xml.SimpleNamespaceContext
Adds all prefixes and namespaces from the given context to this context.
addAll(Map) - Method in class org.n52.security.common.xml.SimpleNamespaceContext
Adds all prefixes and namespaces from the given Map to this context.
addHandler(QName, XMLChunkHandler) - Method in class org.n52.security.common.xml.XMLChunkReader
Method registers a PartialStreamHandler for a Qname.
addNamespace(String, String) - Method in class org.n52.security.common.xml.XMLPathCtx
Method adds prefix to namespace mapping, so the prefix can be used to qualify xpath expressions.
addNamespaces(SimpleNamespaceContext) - Method in class org.n52.security.common.xml.XMLPathCtx
Adds all namespaces from the given context to the internal prefix list.
addNamespaces(Map) - Method in class org.n52.security.common.xml.XMLPathCtx
Adds all namespaces from the given Map to the internal prefix list.
all(String) - Method in class org.n52.security.common.xml.XMLPath
Method all, expects a xpath query resulting in a NodeList.
AnyObjectAttributeValue - Class in org.n52.security.common.attributes
Class AnyObjectAttributeValue represents unknown attribute values.
AnyObjectAttributeValue(Object) - Constructor for class org.n52.security.common.attributes.AnyObjectAttributeValue
Creates a new AnyObjectAttributeValue.
AnyObjectAttributeValue(Object, String) - Constructor for class org.n52.security.common.attributes.AnyObjectAttributeValue
Creates a new AnyObjectAttributeValue.
appendAfter(String, XMLBuilder.XMLElement) - Method in class org.n52.security.common.xml.XMLBuilder
 
appendBefore(String, XMLBuilder.XMLElement) - Method in class org.n52.security.common.xml.XMLBuilder
 
appendTo(String, XMLBuilder.XMLElement) - Method in class org.n52.security.common.xml.XMLBuilder
 
appendToRoot(XMLBuilder.XMLElement) - Method in class org.n52.security.common.xml.XMLBuilder
 
Attribute - Class in org.n52.security.common.attributes
This Class represents an Key-Value-Attribute.
Attribute(String, AttributeValue) - Constructor for class org.n52.security.common.attributes.Attribute
Creates an Attribute.
attribute(String, String) - Method in class org.n52.security.common.xml.XMLBuilder
 
attribute(Attr) - Method in class org.n52.security.common.xml.XMLBuilder.XMLElement
 
Attributes - Class in org.n52.security.common.attributes
Class Attributes are collections of attributes.
Attributes() - Constructor for class org.n52.security.common.attributes.Attributes
Constructor creates a new instance.
Attributes(Collection) - Constructor for class org.n52.security.common.attributes.Attributes
Constructor creates a new instance.
attributes(Attr...) - Method in class org.n52.security.common.xml.XMLBuilder.XMLElement
 
AttributeUtil - Class in org.n52.security.common.attributes
Class AttributeUtil is a small utility class wich shall encapsulate simple methods for easier life with attribute processing.
AttributeValue - Interface in org.n52.security.common.attributes
The interface AttributeValue encapsulates different value types.
AttributeValueAdapter - Class in org.n52.security.common.attributes
The class AttributeValueAdapter implements all methods of AttributeValue.
AttributeValueAdapter(Object) - Constructor for class org.n52.security.common.attributes.AttributeValueAdapter
creates new AttributeValueAdapter.
AUTHENTICATION_METHODS - Static variable in class org.n52.security.common.Globals
Global definition of authentication method identification string
available() - Method in class org.n52.security.common.util.StringInputStream
 

B

bool(String) - Method in class org.n52.security.common.xml.XMLPath
Method bool, expects a xpath query resulting in a Boolean.
BooleanAttributeValue - Class in org.n52.security.common.attributes
Class BooleanAttributeValue represents a boolean attribute value.
BooleanAttributeValue(Boolean) - Constructor for class org.n52.security.common.attributes.BooleanAttributeValue
creates new BooleanAttributeValue.
BooleanAttributeValue(boolean) - Constructor for class org.n52.security.common.attributes.BooleanAttributeValue
creates new BooleanAttributeValue.

C

checkClientTrusted(X509Certificate[], String) - Method in class org.n52.security.common.util.MyX509TrustManager
Deprecated.  
checkServerTrusted(X509Certificate[], String) - Method in class org.n52.security.common.util.MyX509TrustManager
Deprecated.  
childs(XMLBuilder.XMLElement...) - Method in class org.n52.security.common.xml.XMLBuilder.XMLElement
 
childs(Element...) - Method in class org.n52.security.common.xml.XMLBuilder.XMLElement
 
ClasspathEntityResolver - Class in org.n52.security.common.xml
Class ClasspathEntityResolver tries to load external entities from the classpath.
ClasspathEntityResolver() - Constructor for class org.n52.security.common.xml.ClasspathEntityResolver
Constructor creates a new instance in quite mode.
ClasspathEntityResolver(boolean) - Constructor for class org.n52.security.common.xml.ClasspathEntityResolver
Constructor creates a new instance.
ClasspathEntityResolver(boolean, ClassLoader) - Constructor for class org.n52.security.common.xml.ClasspathEntityResolver
Constructor creates a new instance.
ClasspathLSResourceResolver - Class in org.n52.security.common.xml
Class ClasspathLSResourceResolver resolves resources based on the entity-mapping file.
ClasspathLSResourceResolver() - Constructor for class org.n52.security.common.xml.ClasspathLSResourceResolver
 
ClasspathLSResourceResolver(boolean) - Constructor for class org.n52.security.common.xml.ClasspathLSResourceResolver
Constructor creates a new instance.
ClasspathLSResourceResolver(boolean, ClassLoader) - Constructor for class org.n52.security.common.xml.ClasspathLSResourceResolver
Constructor creates a new instance.
clearHandlers() - Method in class org.n52.security.common.xml.XMLChunkReader
Method clears all Handlers (removes them).
closePartialXml(String, QName) - Method in class org.n52.security.common.xml.XMLChunkHandlerAdapter
Method appends the endtag to a open xml chunk.
comment(String) - Method in class org.n52.security.common.xml.XMLBuilder
 
comment(Comment) - Method in class org.n52.security.common.xml.XMLBuilder.XMLElement
 
compile(String) - Method in class org.n52.security.common.xml.XMLPath
Method compiles an xpath.
containsAttribute(String) - Method in class org.n52.security.common.attributes.Attributes
Returns true if an attribute with the given key is present.
create() - Method in class org.n52.security.common.crypto.KeystoreKeyPairProviderBeanFactory
Method creates a keystore provider.
createDocumentBuilder(DOMParserOptions) - Static method in class org.n52.security.common.xml.DOMParser
Method creates a new DocumentBuilder with the given attributes.
createEmptyDocument() - Static method in class org.n52.security.common.xml.DOMParser
Method creates an empty Document.
createEmptyDocument(DOMParserOptions) - Static method in class org.n52.security.common.xml.DOMParser
Method creates an empty Document for the given options.
createInputSource(String) - Method in class org.n52.security.common.xml.ClasspathEntityResolver
Method creates an input source for the given resource file.
createNew() - Static method in class org.n52.security.common.xml.DOMParser
Method creates a new DOMParser.
createNew(DOMParserOptions) - Static method in class org.n52.security.common.xml.DOMParser
Method creates a new DOMParser.
createNew() - Static method in class org.n52.security.common.xml.DOMSerializer
Method creates a new DOMSerializer.
createNew(DOMSerializerOptions) - Static method in class org.n52.security.common.xml.DOMSerializer
Method creates a new DOMSerializer.
createNew() - Static method in class org.n52.security.common.xml.XMLPathCtx
Method creates a new XMLPathCtx instance.
createNonPoolingParser() - Static method in class org.n52.security.common.xml.DOMParser
Method creates a non pooling Parser, with default options.
createNonPoolingParser(DOMParserOptions) - Static method in class org.n52.security.common.xml.DOMParser
Method creates a non pooling Parser, with the given options.
createPoolingParser() - Static method in class org.n52.security.common.xml.DOMParser
Method creates a pooling Parser with default options and using the global DocumentBuilder pool.
createPoolingParser(DOMParserOptions) - Static method in class org.n52.security.common.xml.DOMParser
Method creates a pooling Parser with the given options, using the global DocumentBuilder pool.
createPoolingParser(DOMParserOptions, DocumentBuilderPool) - Static method in class org.n52.security.common.xml.DOMParser
Method creates a pooling Parser with the given options, which uses the given document builder pool.
createTransformer(DOMSerializerOptions) - Static method in class org.n52.security.common.xml.DOMSerializer
Method creates a new copy Transformer.

D

decodeBase64(String) - Static method in class org.n52.security.common.util.StringUtils
Decodes a Base64 encoded String.
DefaultDocumentBuilderPool - Class in org.n52.security.common.xml
Class DocumentBuilderPool implements a pool for document builders.
DefaultDocumentBuilderPool() - Constructor for class org.n52.security.common.xml.DefaultDocumentBuilderPool
Constructor creates a new instance.
DefaultKeyPair - Class in org.n52.security.common.crypto
Class DefaultKeyPair is a bean (vo) style implementation of a KeyPair and can be used by different KeyPairProviders.
DefaultKeyPair() - Constructor for class org.n52.security.common.crypto.DefaultKeyPair
 
digestToCharArray(byte[]) - Static method in class org.n52.security.common.crypto.DigestUtil
Method digestToCharArray converts a byte[] message digest to its two digit hexdecimal representation as chars.
digestToString(byte[]) - Static method in class org.n52.security.common.crypto.DigestUtil
Method digestToString converts a byte[] message digest to its two digit hexdecimal representation as string.
DigestUtil - Class in org.n52.security.common.crypto
Class DigestUtil contains some convenient utility methods related to MessageDigest tasks.
DocumentBuilderPool - Interface in org.n52.security.common.xml
Interface DocumentBuilderPool describes a pool for DocumentBuilders.
DocumentTraverser - Class in org.n52.security.common.xml
Class DocumentTraverser is able to traverse a DOM document and calls a DocumentVisitor for each traversed node.
DocumentTraverser() - Constructor for class org.n52.security.common.xml.DocumentTraverser
 
DocumentVisitor - Interface in org.n52.security.common.xml
A DocumentVisitor encapsulates pices of code processed during visiting a dom tree.
DocumentVisitorAdapter - Class in org.n52.security.common.xml
Class DocumentVisitorAdapter implements a DocumentVisitor and delegates the untyped visit(Node) methods to typed methods, like visit(Element).
DocumentVisitorAdapter() - Constructor for class org.n52.security.common.xml.DocumentVisitorAdapter
 
DOMParser - Class in org.n52.security.common.xml
Class DOMParser encapsulates the common usage of the DocumentBuilder class within a this helpfull DOMParser class.
DOMParser() - Constructor for class org.n52.security.common.xml.DOMParser
 
DOMParserException - Exception in org.n52.security.common.xml
Class DOMParserException wrapps the thrown SAXParser and IOExeptions as Runtimeexeptions, thow you can catch them in a higer stack.
DOMParserException(String) - Constructor for exception org.n52.security.common.xml.DOMParserException
Constructor creates a new instance.
DOMParserException(Throwable) - Constructor for exception org.n52.security.common.xml.DOMParserException
Constructor creates a new instance.
DOMParserException(String, Throwable) - Constructor for exception org.n52.security.common.xml.DOMParserException
Constructor creates a new instance.
DOMParserOptions - Class in org.n52.security.common.xml
Class DOMParserOptions are options describing some common options for DOMParsers.
DOMParserOptions() - Constructor for class org.n52.security.common.xml.DOMParserOptions
 
DOMSerializer - Class in org.n52.security.common.xml
Class DOMSerializer is a small utility calls responsible for serializing xml documents to output streams.
DOMSerializer() - Constructor for class org.n52.security.common.xml.DOMSerializer
 
DOMSerializerException - Exception in org.n52.security.common.xml
Class DOMSerializerException wrapps underlying transformer exceptions as runtime exceptions.
DOMSerializerException(String) - Constructor for exception org.n52.security.common.xml.DOMSerializerException
Constructor creates a new instance.
DOMSerializerException(Throwable) - Constructor for exception org.n52.security.common.xml.DOMSerializerException
Constructor creates a new instance.
DOMSerializerException(String, Throwable) - Constructor for exception org.n52.security.common.xml.DOMSerializerException
Constructor creates a new instance.
DOMSerializerOptions - Class in org.n52.security.common.xml
Class DOMSerializerOptions encapsulates settings for the DOMSerializer.
DOMSerializerOptions() - Constructor for class org.n52.security.common.xml.DOMSerializerOptions
 
DoubleAttributeValue - Class in org.n52.security.common.attributes
Class DoubleAttributeValue represents a double attribute value.
DoubleAttributeValue(double) - Constructor for class org.n52.security.common.attributes.DoubleAttributeValue
Constructor DoubleAttributeValue creates a new DoubleAttributeValue instance.
DoubleAttributeValue(Double) - Constructor for class org.n52.security.common.attributes.DoubleAttributeValue
Constructor DoubleAttributeValue creates a new DoubleAttributeValue instance.

E

element(String, Attr...) - Method in class org.n52.security.common.xml.XMLBuilder
 
element(QName, Attr...) - Method in class org.n52.security.common.xml.XMLBuilder
 
emitXMLDeclaration() - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method sets the XMLDeclaration shall be emited.
EMPTY_VALUE - Static variable in interface org.n52.security.common.attributes.AttributeValue
Field EMPTY_VALUE represents a null or empty attribute value.
EmptyAttributeValue - Class in org.n52.security.common.attributes
Class EmptyAttributeValue represents a 'null' or empty attribute value.
EmptyAttributeValue() - Constructor for class org.n52.security.common.attributes.EmptyAttributeValue
Use AttributeValue.EMPTY_VALUE to get an instance of this class.
emptyInputSource() - Method in class org.n52.security.common.xml.ClasspathEntityResolver
Method creates an InputSource which points to an empty resource.
encodeBase64(String) - Static method in class org.n52.security.common.util.StringUtils
Encoded a String into another Base64 encoded String.
encoding(String) - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method sets encoding.
encodingUTF8() - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method sets encoding to UTF-8.
equals(Object) - Method in class org.n52.security.common.attributes.Attribute
Tests for equality.
equals(Object) - Method in class org.n52.security.common.attributes.Attributes
Method equals.
equals(Object) - Method in class org.n52.security.common.attributes.AttributeValueAdapter
This delegates the equality check to the internal 'wrapped' value.
equals(Object) - Method in class org.n52.security.common.xml.DOMParserOptions
Method equals.
equals(Object) - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method equals.
error(SAXParseException) - Method in class org.n52.security.common.xml.QuietErrorHandler
Handles the errors.
eval() - Method in class org.n52.security.common.xml.XMLPath
Method evals the xpath.
eval() - Method in class org.n52.security.common.xml.XMLPath.SourceXMLPath
 

F

fatalError(SAXParseException) - Method in class org.n52.security.common.xml.QuietErrorHandler
Handles the fatal errors.
FileFinder - Class in org.n52.security.common.util
Class FileFinder is a helper class to encapsulate the typical finding of a file.
FileFinder() - Constructor for class org.n52.security.common.util.FileFinder
Constructor creates a new instance.
FileFinder(String) - Constructor for class org.n52.security.common.util.FileFinder
Constructor creates a new instance.
fillAttributeMap(Collection) - Static method in class org.n52.security.common.attributes.AttributeUtil
Converts a collection of Attributes to a Map.
fillAttributeMap(Map, Collection) - Static method in class org.n52.security.common.attributes.AttributeUtil
Converts a collection of Attributes to a Map.
findIn(Document) - Method in class org.n52.security.common.xml.XMLPathCtx
Method findIn constructs a new XMLPath starting in a Document source.
findIn(Node) - Method in class org.n52.security.common.xml.XMLPathCtx
Method findIn constructs a new XMLPath starting in a Node source.
findIn(NodeList) - Method in class org.n52.security.common.xml.XMLPathCtx
Method findIn constructs a new XMLPath starting in a NodeList source.
findIn(InputSource) - Method in class org.n52.security.common.xml.XMLPathCtx
Method findIn constructs a new XMLPath starting in a InputSource source.
findIn(String) - Method in class org.n52.security.common.xml.XMLPathCtx
Method findIn constructs a new XMLPath starting in a string source.

G

get() - Method in class org.n52.security.common.xml.XMLPath.BooleanXMLPath
Method gets the queried boolean value.
get() - Method in class org.n52.security.common.xml.XMLPath.NodeSetXMLPath
Method gets the queried NodeList.
get() - Method in class org.n52.security.common.xml.XMLPath.NodeXMLPath
Method gets the queried node.
get() - Method in class org.n52.security.common.xml.XMLPath.NumberXMLPath
Method gets the queried number.
get() - Method in class org.n52.security.common.xml.XMLPath.StringXMLPath
Method gets the String, queried by the path.
getAcceptedIssuers() - Method in class org.n52.security.common.util.MyX509TrustManager
Deprecated.  
getAlias() - Method in class org.n52.security.common.crypto.DefaultKeyPair
 
getAlias() - Method in interface org.n52.security.common.crypto.KeyPair
Method gets the alias for the keypair.
getAttribute(String) - Method in class org.n52.security.common.attributes.Attributes
Gets an Attribute for a given key.
getAttributeNames() - Method in class org.n52.security.common.attributes.Attributes
Gets the attribute names.
getAttributes() - Method in class org.n52.security.common.attributes.Attributes
Gets the attributes.
getBaseURI() - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method gets the baseURI.
getBooleanValue() - Method in class org.n52.security.common.attributes.BooleanAttributeValue
Method getBooleanValue returns the booleanValue of this BooleanAttributeValue object.
getByteStream() - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method gets the byteStream.
getCertificate() - Method in class org.n52.security.common.crypto.DefaultKeyPair
 
getCertificate() - Method in interface org.n52.security.common.crypto.KeyPair
Method gets the certificate if one exists.
getCertificateChain() - Method in class org.n52.security.common.crypto.DefaultKeyPair
 
getCertificateChain() - Method in interface org.n52.security.common.crypto.KeyPair
Method gets the CertificateChain.
getCertifiedText() - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method gets the certifiedText.
getCharacterStream() - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method gets the characterStream.
getDefault() - Static method in class org.n52.security.common.xml.DOMParserOptions
Method gets the default options.
getDefaultEntityResolver() - Static method in class org.n52.security.common.xml.DOMParser
Method gets the defaultEntityResolver.
getDefaultOptions() - Static method in class org.n52.security.common.xml.DOMSerializerOptions
Method gets the defaultOptions.
getDocFactory() - Static method in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  
getDocument() - Method in class org.n52.security.common.xml.XMLBuilder
 
getDocumentBuilder() - Static method in class org.n52.security.common.util.XMLUtils
Deprecated. Delivers a namespace-unaware, non-validating DocumentBuilder
getDocumentBuilder(boolean, boolean) - Static method in class org.n52.security.common.util.XMLUtils
Deprecated.  
getDoubleValue() - Method in class org.n52.security.common.attributes.DoubleAttributeValue
Method getDoubleValue returns the doubleValue of this DoubleAttributeValue object.
getEncoding() - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method gets the encoding.
getEncoding() - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method gets the encoding.
getErrors() - Method in class org.n52.security.common.xml.QuietErrorHandler
Method gets the errors.
getFatalErrors() - Method in class org.n52.security.common.xml.QuietErrorHandler
Method gets the fatalErrors.
getFile() - Method in class org.n52.security.common.util.FileFinder
Method gets the file for a given file name.
getFileName() - Method in class org.n52.security.common.crypto.KeystoreKeyPairProviderBeanFactory
Method gets the fileName.
getFileName() - Method in class org.n52.security.common.util.FileFinder
Method gets the fileName.
getHandler(QName) - Method in class org.n52.security.common.xml.XMLChunkReader
Method gets the Handler for the qname.
getIndentAmount() - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method gets the indent Amount.
getInputStream() - Method in class org.n52.security.common.util.FileFinder
Method gets the inputStream for a given file name.
getIntValue() - Method in class org.n52.security.common.attributes.IntegerAttributeValue
Method getIntValue returns the intValue of this IntegerAttributeValue object.
getKey() - Method in class org.n52.security.common.attributes.Attribute
 
getKeyStore() - Method in class org.n52.security.common.crypto.KeystoreKeyPairProvider
Method gets the keyStore.
getKeystoreType() - Method in class org.n52.security.common.crypto.KeystoreKeyPairProviderBeanFactory
Method gets the keyStoreType.
getMappedResourceFileName(String) - Method in class org.n52.security.common.xml.ClasspathEntityResolver
Method gets the mapped resource file name for the given identifier.
getNamespaceURI(String) - Method in class org.n52.security.common.xml.SimpleNamespaceContext
Method gets a namespace uri for a prefix.
getNamespaceURIs() - Method in class org.n52.security.common.xml.SimpleNamespaceContext
 
getParameters(NodeList) - Static method in class org.n52.security.common.util.XMLUtils
Deprecated.  
getPassword() - Method in class org.n52.security.common.crypto.KeystoreKeyPairProviderBeanFactory
Method gets the password.
getPrefix(String) - Method in class org.n52.security.common.xml.SimpleNamespaceContext
Method gets the Prefix for a namespace uri.
getPrefixes(String) - Method in class org.n52.security.common.xml.SimpleNamespaceContext
Method getPrefixes for a namespace uri.
getPrefixes() - Method in class org.n52.security.common.xml.SimpleNamespaceContext
 
getPrivateKey() - Method in class org.n52.security.common.crypto.DefaultKeyPair
 
getPrivateKey() - Method in interface org.n52.security.common.crypto.KeyPair
Method gets the privateKey.
getProxyCredentials(URL) - Method in class org.n52.security.common.util.ProxyManager
 
getProxyHost(URL) - Method in class org.n52.security.common.util.ProxyManager
analyzes the given URL to find a proxy host to use or returns null if the host of the url is a nonProxyHost.
getPublicId() - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method gets the publicId.
getPublicKey() - Method in class org.n52.security.common.crypto.DefaultKeyPair
 
getPublicKey() - Method in interface org.n52.security.common.crypto.KeyPair
Method gets the publicKey.
getReturnType() - Method in class org.n52.security.common.xml.XMLPath.BooleanXMLPath
 
getReturnType() - Method in class org.n52.security.common.xml.XMLPath
Method gets the returnType of an evaluation.
getReturnType() - Method in class org.n52.security.common.xml.XMLPath.NodeSetXMLPath
 
getReturnType() - Method in class org.n52.security.common.xml.XMLPath.NodeXMLPath
 
getReturnType() - Method in class org.n52.security.common.xml.XMLPath.NumberXMLPath
 
getReturnType() - Method in class org.n52.security.common.xml.XMLPath.SourceXMLPath
 
getReturnType() - Method in class org.n52.security.common.xml.XMLPath.StringXMLPath
 
getStreamAsString(InputStream) - Static method in class org.n52.security.common.util.StringUtils
 
getStringAttributeValue(String) - Method in class org.n52.security.common.attributes.Attributes
Gets the value of an Attribute with StringAttributeValue.
getStringData() - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method gets the stringData.
getSystemId() - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method gets the systemId.
getTypeName() - Method in class org.n52.security.common.attributes.AnyObjectAttributeValue
gets the type name of the concrete value.
getTypeName() - Method in interface org.n52.security.common.attributes.AttributeValue
Gets the type name of the concrete value.
getTypeName() - Method in class org.n52.security.common.attributes.AttributeValueAdapter
gets the type name of the concrete value.
getTypeName() - Method in class org.n52.security.common.attributes.EmptyAttributeValue
Returns EmptyAttributeValue.TYPE_NAME.
getUnspecifiedValue() - Method in interface org.n52.security.common.attributes.AttributeValue
Gets the concrete value as "object".
getUnspecifiedValue() - Method in class org.n52.security.common.attributes.AttributeValueAdapter
Gets the concrete value.
getUnspecifiedValue() - Method in class org.n52.security.common.attributes.EmptyAttributeValue
This will always return null.
getValue() - Method in class org.n52.security.common.attributes.Attribute
 
getValue() - Method in class org.n52.security.common.attributes.BooleanAttributeValue
Method getValue returns the value of this BooleanAttributeValue object.
getValue() - Method in class org.n52.security.common.attributes.DoubleAttributeValue
Method getValue returns the value of this DoubleAttributeValue object.
getValue() - Method in class org.n52.security.common.attributes.IntegerAttributeValue
Method getValue returns the value of this IntegerAttributeValue object.
getValue() - Method in class org.n52.security.common.attributes.StringAttributeValue
Method getValue returns the value of this StringAttributeValue object.
getWarnings() - Method in class org.n52.security.common.xml.QuietErrorHandler
Method gets the warnings.
Globals - Class in org.n52.security.common
Class encapsulates some global constants and parameters
Globals() - Constructor for class org.n52.security.common.Globals
 

H

handleChunkAfterChildHandler(QName, String, QName, XMLChunkHandler) - Method in interface org.n52.security.common.xml.XMLChunkHandler
Method is invoked if the end tag of an element, for which a child handler is registered is reached.
handleChunkAfterChildHandler(QName, String, QName, XMLChunkHandler) - Method in class org.n52.security.common.xml.XMLChunkHandlerAdapter
 
handleChunkBeforChildHandler(QName, String, QName, XMLChunkHandler) - Method in interface org.n52.security.common.xml.XMLChunkHandler
Method is invoked if the start tag of an element, for which a child handler is registered is reached.
handleChunkBeforChildHandler(QName, String, QName, XMLChunkHandler) - Method in class org.n52.security.common.xml.XMLChunkHandlerAdapter
 
handleChunkEnd(QName, String) - Method in interface org.n52.security.common.xml.XMLChunkHandler
Method is invoked if the end tag of the xml chunk is reached.
handleChunkEnd(QName, String) - Method in class org.n52.security.common.xml.XMLChunkHandlerAdapter
 
handleChunkStart(QName) - Method in interface org.n52.security.common.xml.XMLChunkHandler
Method handleChunkStart, informs about the start element of a chunk.
handleChunkStart(QName) - Method in class org.n52.security.common.xml.XMLChunkHandlerAdapter
 
hashCode() - Method in class org.n52.security.common.attributes.Attribute
Generates a hashcode based of the hashcode of the key and value.
hashCode() - Method in class org.n52.security.common.attributes.Attributes
Method hashCode.
hashCode() - Method in class org.n52.security.common.attributes.AttributeValueAdapter
Generates the hashCode of this object.
hashCode() - Method in class org.n52.security.common.xml.DOMParserOptions
Method hashCode.
hashCode() - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method hashCode.
hasMoreTokens() - Method in class org.n52.security.common.crypto.X509NameTokenizer
 

I

ignoreComments() - Method in class org.n52.security.common.xml.DOMParserOptions
Method sets the ignoreComments flag.
indent() - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method sets the indent is requested.
indentAmount(int) - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method sets the indent amount.
IntegerAttributeValue - Class in org.n52.security.common.attributes
Class IntegerAttributeValue represents an integer attribute value.
IntegerAttributeValue(int) - Constructor for class org.n52.security.common.attributes.IntegerAttributeValue
Constructor IntegerAttributeValue creates a new IntegerAttributeValue instance.
IntegerAttributeValue(Integer) - Constructor for class org.n52.security.common.attributes.IntegerAttributeValue
Constructor IntegerAttributeValue creates a new IntegerAttributeValue instance.
isCertificateChainSet() - Method in class org.n52.security.common.crypto.DefaultKeyPair
 
isCertificateChainSet() - Method in interface org.n52.security.common.crypto.KeyPair
Returns if the pair bean contains a certificate chain.
isCertificateSet() - Method in class org.n52.security.common.crypto.DefaultKeyPair
 
isCertificateSet() - Method in interface org.n52.security.common.crypto.KeyPair
Returns if the pair bean contains a certificate.
isDigestOf(byte[], int) - Static method in class org.n52.security.common.crypto.DigestUtil
Method isDigestOf test if the given byte[] array is a digest.
isDigestOf(char[], int) - Static method in class org.n52.security.common.crypto.DigestUtil
Method isDigestOf test if the given char[] array is a digest.
isDigestOf(String, int) - Static method in class org.n52.security.common.crypto.DigestUtil
Method isDigestOf test if the given String is a digest.
isDigestOf(byte[], MessageDigest) - Static method in class org.n52.security.common.crypto.DigestUtil
Method isDigestOf test if the given byte[] array is a digest.
isDigestOf(char[], MessageDigest) - Static method in class org.n52.security.common.crypto.DigestUtil
Method isDigestOf test if the given char[] array is a digest.
isDigestOf(String, MessageDigest) - Static method in class org.n52.security.common.crypto.DigestUtil
Method isDigestOf test if the given char[] array is a digest.
isDigestOf(byte[], String) - Static method in class org.n52.security.common.crypto.DigestUtil
Method isDigestOf test if the given byte[] array is a digest.
isDigestOf(char[], String) - Static method in class org.n52.security.common.crypto.DigestUtil
Method isDigestOf test if the given char[] array is a digest.
isDigestOf(String, String) - Static method in class org.n52.security.common.crypto.DigestUtil
Method isDigestOf test if the given char[] array is a digest.
isEmpty() - Method in class org.n52.security.common.attributes.Attributes
Method says if environment is empty.
isEmpty() - Method in class org.n52.security.common.xml.QuietErrorHandler
Method checks if warnings, errors or fatal errors are collected.
isError() - Method in class org.n52.security.common.xml.QuietErrorHandler
Method checks if errors are collected.
isFatalErrors() - Method in class org.n52.security.common.xml.QuietErrorHandler
Method checks if fatal errors are collected.
isIgnoreComments() - Method in class org.n52.security.common.xml.DOMParserOptions
Method gets it comments are ignored.
isIndent() - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method gets if indent is enabled.
isNamespaceaware() - Method in class org.n52.security.common.xml.DOMParserOptions
Method gets the parser is namespaceaware.
isOmitXMLDeclaration() - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method gets if xml declaration shall be written.
isPrivateKeySet() - Method in class org.n52.security.common.crypto.DefaultKeyPair
 
isPrivateKeySet() - Method in interface org.n52.security.common.crypto.KeyPair
Returns if the pair bean contains a private key.
isPublicKeySet() - Method in class org.n52.security.common.crypto.DefaultKeyPair
 
isPublicKeySet() - Method in interface org.n52.security.common.crypto.KeyPair
Returns if the pair bean contains a public key.
isQuite() - Method in class org.n52.security.common.xml.ClasspathEntityResolver
Method gets the quite state.
isValidating() - Method in class org.n52.security.common.xml.DOMParserOptions
Method gets if the parser is in validating mode.
isWarning() - Method in class org.n52.security.common.xml.QuietErrorHandler
Checks if warnings are collected.

K

KeyPair - Interface in org.n52.security.common.crypto
Class KeyPair encapsulates the concept of a private-public-keypair.
KeyPairProvider - Interface in org.n52.security.common.crypto
Interface KeyPairProvider encapsulates typical resolving methods of cryptographic keys.
KeyPairResolvingException - Exception in org.n52.security.common.crypto
Class KeyPairResolvingException is throw if a key can not be resolved.
KeyPairResolvingException(String) - Constructor for exception org.n52.security.common.crypto.KeyPairResolvingException
Constructor creates a new instance.
KeyPairResolvingException(String, Throwable) - Constructor for exception org.n52.security.common.crypto.KeyPairResolvingException
Constructor creates a new instance.
KeystoreKeyPairProvider - Class in org.n52.security.common.crypto
Class KeystoreKeyPairProvider implements a KeyPairProvider working on a java keystore.
KeystoreKeyPairProvider(KeyStore) - Constructor for class org.n52.security.common.crypto.KeystoreKeyPairProvider
Constructor creates a new instance from a pre loaded keystore.
KeystoreKeyPairProvider(String, InputStream, char[]) - Constructor for class org.n52.security.common.crypto.KeystoreKeyPairProvider
Constructor creates a new instance from a inputstream.
KeystoreKeyPairProviderBeanFactory - Class in org.n52.security.common.crypto
Class KeystoreKeyPairProviderBeanFactory constructs a KeystoreKeyPairProvider from it's properties.
KeystoreKeyPairProviderBeanFactory() - Constructor for class org.n52.security.common.crypto.KeystoreKeyPairProviderBeanFactory
 

L

LICENSE_BROKER_CLIENT_URL - Static variable in class org.n52.security.common.Globals
Global definition of license broker client identification string
loadMapping(ClassLoader) - Method in class org.n52.security.common.xml.ClasspathEntityResolver
Method loads all entries from the mapping files located at META-INF/xml/entity-mapping.properties.
lookUp(String) - Method in class org.n52.security.common.xml.XMLPathCtx
Method looks up an XPathExpression.
LSInputSourceAdapter - Class in org.n52.security.common.xml
Class LSInputSourceAdapter adapts the LSInput interface to the 'old' InputSource interface.
LSInputSourceAdapter(InputSource) - Constructor for class org.n52.security.common.xml.LSInputSourceAdapter
Constructor creates a new instance.
LSInputSourceAdapter(InputSource, String) - Constructor for class org.n52.security.common.xml.LSInputSourceAdapter
Constructor creates a new instance.
LSInputSourceAdapter(InputSource, String, boolean) - Constructor for class org.n52.security.common.xml.LSInputSourceAdapter
Constructor creates a new instance.

M

m_attributes - Variable in class org.n52.security.common.attributes.Attributes
 
m_ctx - Variable in class org.n52.security.common.xml.XMLPath
 
m_key - Variable in class org.n52.security.common.attributes.Attribute
Field m_key holds the key or name of the attribute.
m_previous - Variable in class org.n52.security.common.xml.XMLPath
 
m_typeName - Variable in class org.n52.security.common.attributes.AnyObjectAttributeValue
Holds a custom type name if given in the constructor, otherwise the classname of the wrapped object.
m_value - Variable in class org.n52.security.common.attributes.Attribute
Field m_value holds thee value of this attribute.
m_wrappedObject - Variable in class org.n52.security.common.attributes.AttributeValueAdapter
The concrete value.
m_xPath - Variable in class org.n52.security.common.xml.XMLPath
 
MyHostnameVerifier - Class in org.n52.security.common.util
 
MyHostnameVerifier() - Constructor for class org.n52.security.common.util.MyHostnameVerifier
 
MyX509TrustManager - Class in org.n52.security.common.util
Deprecated. not used in whole 52n-security
MyX509TrustManager() - Constructor for class org.n52.security.common.util.MyX509TrustManager
Deprecated.  

N

namespace(String, String) - Method in class org.n52.security.common.xml.XMLBuilder
 
namespaceaware() - Method in class org.n52.security.common.xml.DOMParserOptions
Method sets the namespaceaware flag.
nextToken() - Method in class org.n52.security.common.crypto.X509NameTokenizer
 
node(String) - Method in class org.n52.security.common.xml.XMLPath
Method node, expects a xpath query resulting in a node.
noIndent() - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method sets no indent.
notIgnoreComments() - Method in class org.n52.security.common.xml.DOMParserOptions
Method sets the ignoreComments to false.
notNamespaceaware() - Method in class org.n52.security.common.xml.DOMParserOptions
Method sets the namespaceaware flag to false.
notValidating() - Method in class org.n52.security.common.xml.DOMParserOptions
Method sets the validating to false.
number(String) - Method in class org.n52.security.common.xml.XMLPath
Method number, expects a xpath query resulting in a number.

O

omitXMLDeclaration() - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method sets that XMLDeclaration shall be omited.
org.n52.security.common - package org.n52.security.common
 
org.n52.security.common.attributes - package org.n52.security.common.attributes
The attributes package contains classes for different attributes and a common abstraction layer about attributes and their different types. org.n52.security.common.crypto - package org.n52.security.common.crypto
 
org.n52.security.common.util - package org.n52.security.common.util
 
org.n52.security.common.xml - package org.n52.security.common.xml
The XML package contains utiltiy and helper classes for xml processing.

P

parse(InputSource, ErrorHandler) - Method in class org.n52.security.common.xml.DOMParser
Method parses the inputsource and informs the error handler about errors.
parse(InputSource, ErrorHandler, EntityResolver) - Method in class org.n52.security.common.xml.DOMParser
Method parses the inputsource using the errorhandler and entityresolver.
parse(InputSource) - Method in class org.n52.security.common.xml.DOMParser
Method parses the inputsource.
postVisit(Node) - Method in interface org.n52.security.common.xml.DocumentVisitor
Method post visits a node.
postVisit(Node) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
 
postVisit(Element) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
postVisit(Attr) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
postVisit(CDATASection) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
postVisit(Text) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
postVisit(Comment) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
postVisit(DocumentType) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
postVisit(Document) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
postVisit(DocumentFragment) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
postVisit(Entity) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
postVisit(EntityReference) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
postVisit(ProcessingInstruction) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
postVisit(Notation) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method postVisit.
preVisit(Node) - Method in interface org.n52.security.common.xml.DocumentVisitor
Method pre visits a node.
preVisit(Node) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
 
preVisit(Attr) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
preVisit(CDATASection) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
preVisit(Text) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
preVisit(Comment) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
preVisit(DocumentType) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
preVisit(Document) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
preVisit(DocumentFragment) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
preVisit(Element) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
preVisit(Entity) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
preVisit(EntityReference) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
preVisit(ProcessingInstruction) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
preVisit(Notation) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method preVisit.
ProxyManager - Class in org.n52.security.common.util
 
ProxyManager() - Constructor for class org.n52.security.common.util.ProxyManager
 
putAttribute(Attribute) - Method in class org.n52.security.common.attributes.Attributes
Method puts an attribute in the environment.
putAttribute(String, String) - Method in class org.n52.security.common.attributes.Attributes
Method puts a simple StringAttribute in the environment.
putAttributes(Collection) - Method in class org.n52.security.common.attributes.Attributes
Method puts a collection of attributes in the environment.

Q

querySimpleXPath(String) - Method in class org.n52.security.common.util.XPathHelper
Deprecated.  
querySimpleXPath(String, String) - Method in class org.n52.security.common.util.XPathHelper
Deprecated. namespace prefix support will be redesigned
queryXPath(String) - Method in class org.n52.security.common.util.XPathHelper
Deprecated.  
queryXpathNode(String) - Method in class org.n52.security.common.util.XPathHelper
Deprecated.  
QuietEntityResolver - Class in org.n52.security.common.xml
Class QuietEntityResolver supresses the loading of entities in xml documents (like dtds).
QuietEntityResolver() - Constructor for class org.n52.security.common.xml.QuietEntityResolver
 
QuietErrorHandler - Class in org.n52.security.common.xml
Class QuietErrorHandler collects all errors thrown by a parser, but never rethrow it.
QuietErrorHandler() - Constructor for class org.n52.security.common.xml.QuietErrorHandler
 

R

read() - Method in class org.n52.security.common.util.StringInputStream
 
read(InputSource) - Static method in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  
read(InputSource) - Method in class org.n52.security.common.xml.XMLChunkReader
Method reads an xml source.
register(String) - Method in class org.n52.security.common.xml.XMLPathCtx
Method registers an xpath as precompiled XPathExpression.
register(String, String) - Method in class org.n52.security.common.xml.XMLPathCtx
Method registers an xpath as precompiled XPathExpression with a special name.
release(DocumentBuilder, DOMParserOptions) - Method in class org.n52.security.common.xml.DefaultDocumentBuilderPool
 
release(DocumentBuilder, DOMParserOptions) - Method in interface org.n52.security.common.xml.DocumentBuilderPool
Method releases a DocumentBuilder, wich was acquired using the parser options.
removeAttribute(String) - Method in class org.n52.security.common.attributes.Attributes
Method removes the attribute with the given key.
removeAttribute(Attribute) - Method in class org.n52.security.common.attributes.Attributes
Method removes the attribute from the environment.
removeAttributes(Collection) - Method in class org.n52.security.common.attributes.Attributes
Method removes all attributes in the collection.
removeIndentTextNodes(Document) - Static method in class org.n52.security.common.xml.DOMSerializer
Method removes the indent text nodes from the dom tree.
removePrefixes(Document) - Method in class org.n52.security.common.xml.XMLPrefixRemover
Method removes the prefixes.
removePrefixes(Element) - Method in class org.n52.security.common.xml.XMLPrefixRemover
Method removes all prefixes from the given xml and change it to the default namespaces.
replaceNodeAt(String, XMLBuilder.XMLElement) - Method in class org.n52.security.common.xml.XMLBuilder
 
reset() - Method in class org.n52.security.common.util.StringInputStream
 
reset() - Method in class org.n52.security.common.xml.QuietErrorHandler
Method resets the internal state, so it is possible to use an instance many times.
resolveByAlias(String, char[]) - Method in interface org.n52.security.common.crypto.KeyPairProvider
Method resolves a keypair by an alias.
resolveByAlias(String, char[]) - Method in class org.n52.security.common.crypto.KeystoreKeyPairProvider
 
resolveByCertificate(Certificate, char[]) - Method in interface org.n52.security.common.crypto.KeyPairProvider
Method resolves a key pair by a given certificate.
resolveByCertificate(Certificate, char[]) - Method in class org.n52.security.common.crypto.KeystoreKeyPairProvider
 
resolveBySerialIssuer(String, BigInteger, char[]) - Method in interface org.n52.security.common.crypto.KeyPairProvider
Method resolves a key pair by a SerialIssuer, this is required to resolve certificates and it's private keys by the id of the certificate.
resolveBySerialIssuer(String, BigInteger, char[]) - Method in class org.n52.security.common.crypto.KeystoreKeyPairProvider
 
resolveEntity(String, String) - Method in class org.n52.security.common.xml.ClasspathEntityResolver
Method resolves an entity by looking in a special mapping file located at "META-INF/xml/entity-mapping.properties".
resolveEntity(String, String) - Method in class org.n52.security.common.xml.QuietEntityResolver
Method resolveEntity, returns always an empty input source.
resolveResource(String, String, String, String, String) - Method in class org.n52.security.common.xml.ClasspathLSResourceResolver
Method resolveResource resolves the resource by looking for special mapping file.

S

sAuthnNamespace - Static variable in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  
sDocFac - Static variable in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  
serialize(Document, Writer) - Method in class org.n52.security.common.xml.DOMSerializer
Method serializes the xml document to the writer.
serialize(Document, OutputStream) - Method in class org.n52.security.common.xml.DOMSerializer
Method serializes the document to the output stream.
serialize(Node, OutputStream) - Method in class org.n52.security.common.xml.DOMSerializer
Method serializes the node to the output stream.
serialize(Node, Writer) - Method in class org.n52.security.common.xml.DOMSerializer
Method serializes the xml node to the writer.
serializeToBytes(Document) - Method in class org.n52.security.common.xml.DOMSerializer
Method serializeToBytes converts the document to a byte[].
serializeToBytes(Node) - Method in class org.n52.security.common.xml.DOMSerializer
Method serializeToBytes converts the node to a byte[].
serializeToString(Document) - Method in class org.n52.security.common.xml.DOMSerializer
Method serializeToString converts the document to a string.
serializeToString(Node) - Method in class org.n52.security.common.xml.DOMSerializer
Method serializeToString converts the node to a string.
setAlias(String) - Method in class org.n52.security.common.crypto.DefaultKeyPair
Method sets the alias.
setBaseURI(String) - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method sets the baseURI.
setByteStream(InputStream) - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method sets the byteStream.
setCertificate(Certificate) - Method in class org.n52.security.common.crypto.DefaultKeyPair
Method sets the certificate.
setCertificateChain(Certificate[]) - Method in class org.n52.security.common.crypto.DefaultKeyPair
Method sets the certificateChain.
setCertifiedText(boolean) - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method sets the certifiedText.
setCharacterStream(Reader) - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method sets the characterStream.
setDefaultEntityResolver(EntityResolver) - Static method in class org.n52.security.common.xml.DOMParser
Method sets the defaultEntityResolver.
setDocumentBuilderPool(DocumentBuilderPool) - Static method in class org.n52.security.common.xml.DOMParser
Method sets the documentBuilderPool.
setEncoding(String) - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method sets the encoding.
setFileName(String) - Method in class org.n52.security.common.crypto.KeystoreKeyPairProviderBeanFactory
Method sets the fileName.
setFileName(String) - Method in class org.n52.security.common.util.FileFinder
Method sets the fileName.
setIgnoreComments(boolean) - Method in class org.n52.security.common.xml.DOMParserOptions
Method sets the ignore comments flag.
setKeystoreType(String) - Method in class org.n52.security.common.crypto.KeystoreKeyPairProviderBeanFactory
Method sets the keyStoreType.
setNamespaceaware(boolean) - Method in class org.n52.security.common.xml.DOMParserOptions
Method sets the namespaceaware flag.
setPassword(String) - Method in class org.n52.security.common.crypto.KeystoreKeyPairProviderBeanFactory
Method sets the password.
setPrivateKey(Key) - Method in class org.n52.security.common.crypto.DefaultKeyPair
Method sets the key.
setPublicId(String) - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method sets the publicId.
setStringData(String) - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method sets the stringData.
setSystemId(String) - Method in class org.n52.security.common.xml.LSInputSourceAdapter
Method sets the systemId.
setValidating(boolean) - Method in class org.n52.security.common.xml.DOMParserOptions
Method sets the validating flag.
SimpleNamespaceContext - Class in org.n52.security.common.xml
Class SimpleNamespaceContext is a simple NamespaceContext implementation.
SimpleNamespaceContext() - Constructor for class org.n52.security.common.xml.SimpleNamespaceContext
Constructor creates a new instance.
size() - Method in class org.n52.security.common.attributes.Attributes
Method gets the size.
sMynsNamespace - Static variable in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  
sOGCNamespace - Static variable in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  
sOWSNamespace - Static variable in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  
StringAttributeValue - Class in org.n52.security.common.attributes
The class StringAttributeValue represents a String value.
StringAttributeValue(String) - Constructor for class org.n52.security.common.attributes.StringAttributeValue
Constructor StringAttributeValue creates a new StringAttributeValue instance.
StringInputStream - Class in org.n52.security.common.util
Tasks of Class StringInputStream: This is a Low Memory Implementation to convert a String in a InputStream It converts only CHAR_BUFFER_SIZE chars at once
StringInputStream(String, String) - Constructor for class org.n52.security.common.util.StringInputStream
 
StringUtils - Class in org.n52.security.common.util
 
sUsersNamespace - Static variable in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  
sWASNamespace - Static variable in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  
sWSSNamespace - Static variable in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  
sXlinkNamespace - Static variable in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  
sXsiNamespace - Static variable in class org.n52.security.common.util.XMLUtilsDom4j
Deprecated.  

T

text(String) - Method in class org.n52.security.common.xml.XMLBuilder
 
text(Text) - Method in class org.n52.security.common.xml.XMLBuilder.XMLElement
 
text(String) - Method in class org.n52.security.common.xml.XMLPath
Method text, expects a xpath query resulting in a string.
toString() - Method in class org.n52.security.common.attributes.Attribute
Generates an informal string.
toString() - Method in class org.n52.security.common.attributes.Attributes
Method toString.
toString() - Method in class org.n52.security.common.attributes.AttributeValueAdapter
Generates an informal string.
toString() - Method in class org.n52.security.common.xml.DOMParserOptions
Method toString.
toString() - Method in class org.n52.security.common.xml.DOMSerializerOptions
Method toString.
toW3C() - Method in class org.n52.security.common.xml.XMLBuilder.XMLElement
 
traverseBreadthFirst(Node, DocumentVisitor, boolean) - Method in class org.n52.security.common.xml.DocumentTraverser
Method traverses the node in breadth first order (silblings first).
traverseBreadthFirst(Node, DocumentVisitor) - Method in class org.n52.security.common.xml.DocumentTraverser
Method traverses the node in breadth first order (siblings first).
traverseDepthFirst(Node, DocumentVisitor, boolean) - Method in class org.n52.security.common.xml.DocumentTraverser
Method traverses the DOM tree starting at node using depth first traversal, it skips the start node if visitStartNode==false.
traverseDepthFirst(Node, DocumentVisitor) - Method in class org.n52.security.common.xml.DocumentTraverser
Method traverses the DOM tree starting at node using depth first traversal (children first).
TYPE_NAME - Static variable in class org.n52.security.common.attributes.EmptyAttributeValue
The type of an EmptyAttribute is 'null'.

V

validating() - Method in class org.n52.security.common.xml.DOMParserOptions
Method sets the validating flag.
verify(String, SSLSession) - Method in class org.n52.security.common.util.MyHostnameVerifier
 
visit(Node) - Method in interface org.n52.security.common.xml.DocumentVisitor
Method visits a node.
visit(Node) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
 
visit(Attr) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.
visit(CDATASection) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.
visit(Text) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.
visit(Comment) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.
visit(DocumentType) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.
visit(Document) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.
visit(DocumentFragment) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.
visit(Element) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.
visit(Entity) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.
visit(EntityReference) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.
visit(ProcessingInstruction) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.
visit(Notation) - Method in class org.n52.security.common.xml.DocumentVisitorAdapter
Method visit.

W

warning(SAXParseException) - Method in class org.n52.security.common.xml.QuietErrorHandler
Handles the warning exceptions.
withDocument(Document) - Static method in class org.n52.security.common.xml.XMLBuilder
 
withNewDocument() - Static method in class org.n52.security.common.xml.XMLBuilder
 

X

X509NameTokenizer - Class in org.n52.security.common.crypto
class for breaking up an X500 Name into it's component tokens, ala java.util.StringTokenizer.
X509NameTokenizer(String) - Constructor for class org.n52.security.common.crypto.X509NameTokenizer
 
XMLBuilder - Class in org.n52.security.common.xml
The XMLBuilder is a smart wrapper arround the Document.create* methods, with it's desinged to support the creation of DOM structures within the source code.
XMLBuilder.XMLElement - Class in org.n52.security.common.xml
 
XMLChunkHandler - Interface in org.n52.security.common.xml
Interface XMLChunkHandler processes xml chunks.
XMLChunkHandlerAdapter - Class in org.n52.security.common.xml
Class XMLPartialStreamHandlerAdapter implements the XMLPartialStreamHandler interface, with empty method stubs, so that subclasses only need to implement methods in which they are interested.
XMLChunkHandlerAdapter() - Constructor for class org.n52.security.common.xml.XMLChunkHandlerAdapter
 
XMLChunkReader - Class in org.n52.security.common.xml
Class XMLStreamChunkReader reads an xml document with an internal xml stream reader and as chunks and calls a subsets of XMLStreamChunkHandler instances.
XMLChunkReader() - Constructor for class org.n52.security.common.xml.XMLChunkReader
 
XMLPath - Class in org.n52.security.common.xml
Class XMLPath represents an XPath and it's evaluation.
XMLPath(XMLPathCtx) - Constructor for class org.n52.security.common.xml.XMLPath
Constructor creates a new instance.
XMLPath(XMLPath) - Constructor for class org.n52.security.common.xml.XMLPath
Constructor creates a new instance.
XMLPath.BooleanXMLPath - Class in org.n52.security.common.xml
Class BooleanXMLPath, represents xpath queries resulting in boolean values.
XMLPath.BooleanXMLPath(XMLPath) - Constructor for class org.n52.security.common.xml.XMLPath.BooleanXMLPath
Constructor creates a new instance.
XMLPath.NodeSetXMLPath - Class in org.n52.security.common.xml
Class NodeSetXMLPath, represents xpaths resulting in NodeLists.
XMLPath.NodeSetXMLPath(XMLPath) - Constructor for class org.n52.security.common.xml.XMLPath.NodeSetXMLPath
Constructor creates a new instance.
XMLPath.NodeXMLPath - Class in org.n52.security.common.xml
Class NodeXMLPath, represents xpaths resulting in nodes.
XMLPath.NodeXMLPath(XMLPath) - Constructor for class org.n52.security.common.xml.XMLPath.NodeXMLPath
Constructor creates a new instance.
XMLPath.NumberXMLPath - Class in org.n52.security.common.xml
Class NumberXMLPath, represents xpath queries resulting in number values.
XMLPath.NumberXMLPath(XMLPath) - Constructor for class org.n52.security.common.xml.XMLPath.NumberXMLPath
Constructor creates a new instance.
XMLPath.SourceXMLPath - Class in org.n52.security.common.xml
Class SourceXMLPath, represents the xpath root/or source of evaluation.
XMLPath.SourceXMLPath(XMLPathCtx, Document) - Constructor for class org.n52.security.common.xml.XMLPath.SourceXMLPath
Constructor creates a new instance.
XMLPath.SourceXMLPath(XMLPathCtx, Node) - Constructor for class org.n52.security.common.xml.XMLPath.SourceXMLPath
Constructor creates a new instance.
XMLPath.SourceXMLPath(XMLPathCtx, NodeList) - Constructor for class org.n52.security.common.xml.XMLPath.SourceXMLPath
Constructor creates a new instance.
XMLPath.SourceXMLPath(XMLPathCtx, InputSource) - Constructor for class org.n52.security.common.xml.XMLPath.SourceXMLPath
Constructor creates a new instance.
XMLPath.SourceXMLPath(XMLPathCtx, String) - Constructor for class org.n52.security.common.xml.XMLPath.SourceXMLPath
Constructor creates a new instance.
XMLPath.StringXMLPath - Class in org.n52.security.common.xml
Class StringXMLPath, represents xpaths queries resulting in string values.
XMLPath.StringXMLPath(XMLPath) - Constructor for class org.n52.security.common.xml.XMLPath.StringXMLPath
Constructor creates a new instance.
XMLPathCtx - Class in org.n52.security.common.xml
Class XMLPathCtx encapsulates context informations for xpath expressions.
XMLPathCtx(XMLPathCtx.XPathPool) - Constructor for class org.n52.security.common.xml.XMLPathCtx
Constructor creates a new instance.
XMLPathException - Exception in org.n52.security.common.xml
Class XMLPathException wrapps underlying XPathExceptions exceptions as runtime exceptions.
XMLPathException(String) - Constructor for exception org.n52.security.common.xml.XMLPathException
Constructor creates a new instance.
XMLPathException(String, Throwable) - Constructor for exception org.n52.security.common.xml.XMLPathException
Constructor creates a new instance.
XMLPathException(Throwable) - Constructor for exception org.n52.security.common.xml.XMLPathException
Constructor creates a new instance.
XMLPrefixRemover - Class in org.n52.security.common.xml
Class XMLPrefixRemover removes prefixes from the a dom tree.
XMLPrefixRemover() - Constructor for class org.n52.security.common.xml.XMLPrefixRemover
 
XMLUtils - Class in org.n52.security.common.util
Deprecated. replaced by the DOMParser class.
XMLUtilsDom4j - Class in org.n52.security.common.util
Deprecated. Don't use dom4j !!! use the default java.xml parsers.
XPathHelper - Class in org.n52.security.common.util
Deprecated. please use the XMLPathCtx class.
XPathHelper(Node) - Constructor for class org.n52.security.common.util.XPathHelper
Deprecated.  
XPathHelper(InputSource) - Constructor for class org.n52.security.common.util.XPathHelper
Deprecated.  
XPathHelper(InputStream) - Constructor for class org.n52.security.common.util.XPathHelper
Deprecated.  

A B C D E F G H I K L M N O P Q R S T V W X

Copyright © 2004-2009 52north.org. All Rights Reserved.