A B C D E F G H I L M N P R S T U V W

A

ACCESS_REQUEST_ATTR_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
ACCESS_REQUEST_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
AccessRequest - Class in de.fhhannover.inform.trust.ifmapj.identifier
Represents an IF-MAP access-request identifier.
addAdministrativeDomain(Element, IdentifierWithAd) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers.Helpers
If the given Identifier has an administrative-domain set, add it to the given Element instance.
addAttribute(Element, String, String) - Static method in class util.DomHelpers
 
addIdentifier(Identifier, Document, Element) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
addIdentifiers(IdentifierHolder, Document, Element) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
addMetadata(Document) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.MetadataHolder
 
addNamespaceDeclaration(String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.NamespaceDeclarationHolder
Declare a new namespace on this element.
addPublishElement(PublishElement) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PublishRequest
Add a new PublishElement to the request
addSearchInfo(SearchHolder, Document, Element) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
addSessionId(Element, Request) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
addSubscribeElement(SubscribeElement) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SubscribeRequest
 
addXmlNamespaceDeclarations(NamespaceDeclarationHolder, Element) - Static method in class util.DomHelpers
 
ARC - Interface in de.fhhannover.inform.trust.ifmapj.channel
Interface describing the Asynchronous Receive Channel (ARC) methods.
ArcImpl - Class in de.fhhannover.inform.trust.ifmapj.channel
Implementation of ARC

B

Base64 - Class in util
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.
Base64() - Constructor for class util.Base64
 
BASE_NS_URI - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
BASE_PREFIX - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
baseNsUri() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 

C

Cardinality - Enum in de.fhhannover.inform.trust.ifmapj.metadata
Simple enum to express cardinality of IF-MAP metadata.
checkForError(Element) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
checkIdentifierType(Identifier, IdentifierHandler<? extends Identifier>) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers.Helpers
Check if the Identifier instance is one that can be handled by the given IdentifierHandler.
checkRequestType(Request, RequestHandler<? extends Request>) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
checkSimpleResult(Element, String) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
closeTcpConnection() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.CommunicationHandler
Closes the underlying TCP connection.
closeTcpConnection() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
Closes the underlying TCP connection.
CommunicationException - Exception in de.fhhannover.inform.trust.ifmapj.exception
Thrown if the IF-MAP server kind of miss-behaves, this is also thrown in the case of an IOException.
CommunicationException(String) - Constructor for exception de.fhhannover.inform.trust.ifmapj.exception.CommunicationException
 
CommunicationException(Exception) - Constructor for exception de.fhhannover.inform.trust.ifmapj.exception.CommunicationException
 
CommunicationHandler - Interface in de.fhhannover.inform.trust.ifmapj.channel
 
CommunicationHandlerFactory - Class in de.fhhannover.inform.trust.ifmapj.channel
 
CommunicationHandlerFactory() - Constructor for class de.fhhannover.inform.trust.ifmapj.channel.CommunicationHandlerFactory
 
createAr() - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an access-request identifier.
createAr(String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an access-request identifier with the given name.
createAr(String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an access-request identifier with the given name and the given administrative-domain.
createAr(String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create an access-request identifier with the given name.
createAr(String, String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create an access-request identifier with the given name and the given administrative-domain.
createArDev() - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing access-request-device metadata.
createArDev() - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createArIp() - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing access-request-ip metadata.
createArIp() - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createArMac() - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing access-request-mac metadata.
createArMac() - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createAuthAs() - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing authenticated-as metadata.
createAuthAs() - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createAuthBy() - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing authenticated-by metadata.
createAuthBy() - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createCapability(String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing capability metadata.
createCapability(String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing capability metadata.
createCapability(String, String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createCapability(String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createDev() - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create a device identifier.
createDev(String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create a device identifier with the given name.
createDev(String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create a device identifier with the given name.
createDevAttr(String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing device-attribute metadata.
createDevAttr(String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createDevChar(String, String, String, String, String, String, String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing device-characteristic metadata.
createDevChar(String, String, String, String, String, String, String, String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createDevIp() - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing device-ip metadata.
createDevIp() - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createDiscoveredBy() - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing discovered-by metadata.
createDiscoveredBy() - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createEndSessionReq() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactoryInternal
Deprecated. For internal use only.
createEndSessionReq() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
 
createEnforcementReport(EnforcementAction, String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing enforcement-report metadata.
createEnforcementReport(EnforcementAction, String, String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createEvent(String, String, String, Integer, Integer, Significance, EventType, String, String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing event metadata.
createEvent(String, String, String, Integer, Integer, Significance, EventType, String, String, String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createIdentifierFactory() - Static method in class de.fhhannover.inform.trust.ifmapj.IfmapJ
Deprecated. Use Identifiers directly.
createIdentity() - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an identity identifier.
createIdentity(IdentityType, String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an identity identifier with the given name and the given type.
createIdentity(IdentityType, String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an identity identifier with the given parameters.
createIdentity(IdentityType, String, String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an identity identifier.
createIdentity(String, String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an identity identifier.
createIdentity(IdentityType, String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create an identity identifier with the given name and the given type.
createIdentity(IdentityType, String, String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create an identity identifier with the given parameters.
createIdentity(IdentityType, String, String, String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create an identity identifier.
createIp(IpAddressType, String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an ip-address identifier with the given parameters.
createIp(IpAddressType, String, String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create an ip-address identifier with the given parameters.
createIp4() - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an ip-address identifier for IPv4.
createIp4(String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an ip-address identifier for IPv4 with the given value.
createIp4(String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an ip-address identifier for IPv4 with the given value and the given administrative-domain.
createIp4(String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create an ip-address identifier for IPv4 with the given value.
createIp4(String, String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create an ip-address identifier for IPv4 with the given value and the given administrative-domain.
createIp6() - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an ip-address identifier for IPv6.
createIp6(String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an ip-address identifier for IPv6 with the given value.
createIp6(String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create an ip-address identifier for IPv6 with the given parameters.
createIp6(String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create an ip-address identifier for IPv6 with the given value.
createIp6(String, String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create an ip-address identifier for IPv6 with the given parameters.
createIpMac(String, String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing ip-mac metadata based on the given parameters.
createIpMac() - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing ip-mac metadata.
createIpMac(String, String, String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createIpMac() - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createLayer2Information(Integer, String, Integer, String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing layer2-information metadata.
createLayer2Information(Integer, String, Integer, String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createLocation(List<LocationInformation>, String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing location metadata.
createLocation(List<LocationInformation>, String, String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createMac() - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create a mac-address identifier.
createMac(String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create a mac-address identifier with the given value.
createMac(String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierFactory
Deprecated. Create a mac-address identifier with the given parameters.
createMac(String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create a mac-address identifier with the given value.
createMac(String, String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create a mac-address identifier with the given parameters.
createNewSessionReq() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactoryInternal
Deprecated. For internal use only.
createNewSessionReq() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
 
createNonNsElement(Document, String) - Static method in class util.DomHelpers
 
createOtherIdentity(String, String, String) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
Create an other identity identifier.
createPollReq() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactoryInternal
Deprecated. For internal use only.
createPollReq() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
 
createPublishDelete() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new, empty PublishDelete instance.
createPublishDelete(Identifier) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishDelete instance for a specific Identifier in order to delete all of its metadata.
createPublishDelete(Identifier, Identifier) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishDelete instance for a link between two Identifier instances in order to delete all metadata of the link.
createPublishDelete(Identifier, String) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishDelete instance for a specific Identifier in order to delete its metadata that matches the given filter.
createPublishDelete(Identifier, Identifier, String) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishDelete instance for a link between two Identifier instances in order to delete its metadata that matches the given filter.
createPublishDelete() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new, empty PublishDelete instance.
createPublishDelete(Identifier) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishDelete instance for a specific Identifier in order to delete all of its metadata.
createPublishDelete(Identifier, Identifier) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishDelete instance for a link between two Identifier instances in order to delete all metadata of the link.
createPublishDelete(Identifier, String) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishDelete instance for a specific Identifier in order to delete its metadata that matches the given filter.
createPublishDelete(Identifier, Identifier, String) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishDelete instance for a link between two Identifier instances in order to delete its metadata that matches the given filter.
createPublishNotify() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new, empty PublishNotify instance.
createPublishNotify(Identifier, Document) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishNotify instance that is used to publish metadata to an Identifier.
createPublishNotify(Identifier, Identifier, Document) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishNotify instance that is used to publish metadata on a link between two Identifier instances.
createPublishNotify(Identifier, Collection<Document>) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishNotify instance that is used to publish a list of metadata instances.
createPublishNotify(Identifier, Identifier, Collection<Document>) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishNotify instance that is used to publish a list of metadata on a link between two Identifier instances.
createPublishNotify() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new, empty PublishNotify instance.
createPublishNotify(Identifier, Document) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishNotify instance that is used to publish metadata to an Identifier.
createPublishNotify(Identifier, Collection<Document>) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishNotify instance that is used to publish a list of metadata instances.
createPublishNotify(Identifier, Identifier, Document) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishNotify instance that is used to publish metadata on a link between two Identifier instances.
createPublishNotify(Identifier, Identifier, Collection<Document>) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishNotify instance that is used to publish a list of metadata on a link between two Identifier instances.
createPublishReq() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create an empty PublishRequest
createPublishReq(PublishElement) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishRequest that contains the given PublishElement
createPublishReq(Collection<PublishElement>) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishRequest that contains the given list of PublishElement instances.
createPublishReq() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create an empty PublishRequest
createPublishReq(PublishElement) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishRequest that contains the given PublishElement
createPublishReq(List<PublishElement>) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishRequest that contains the given list of PublishElement instances.
createPublishUpdate() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new, empty PublishUpdate instance.
createPublishUpdate(Identifier, Document) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishUpdate instance that is used to publish metadata to an Identifier.
createPublishUpdate(Identifier, Document, MetadataLifetime) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishUpdate instance that is used to publish metadata on an Identifier with a specific MetadataLifetime.
createPublishUpdate(Identifier, Identifier, Document) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishUpdate instance that is used to publish metadata on a link between two Identifier instances.
createPublishUpdate(Identifier, Identifier, Document, MetadataLifetime) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishUpdate instance that is used to publish metadata on a link between two Identifier instances with a specific MetadataLifetime.
createPublishUpdate(Identifier, Collection<Document>) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishUpdate instance that is used to publish a list of metadata instances.
createPublishUpdate(Identifier, Collection<Document>, MetadataLifetime) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishUpdate instance that is used to publish a list of metadata instances with a specific MetadataLifetime.
createPublishUpdate(Identifier, Identifier, Collection<Document>) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishUpdate instance that is used to publish a list of metadata on a link between two Identifier instances.
createPublishUpdate(Identifier, Identifier, Collection<Document>, MetadataLifetime) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new PublishUpdate instance that is used to publish a list of metadata on a link between two Identifier instances with a specific MetadataLifetime.
createPublishUpdate() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
 
createPublishUpdate(Identifier, Document) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishUpdate instance that is used to publish metadata to an Identifier.
createPublishUpdate(Identifier, Document, MetadataLifetime) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishUpdate instance that is used to publish metadata on an Identifier with a specific MetadataLifetime.
createPublishUpdate(Identifier, Identifier, Document) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishUpdate instance that is used to publish metadata on a link between two Identifier instances.
createPublishUpdate(Identifier, Identifier, Document, MetadataLifetime) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishUpdate instance that is used to publish metadata on a link between two Identifier instances with a specific MetadataLifetime.
createPublishUpdate(Identifier, Collection<Document>, MetadataLifetime) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishUpdate instance that is used to publish a list of metadata instances with a specific MetadataLifetime.
createPublishUpdate(Identifier, Collection<Document>) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishUpdate instance that is used to publish a list of metadata instances.
createPublishUpdate(Identifier, Identifier, Collection<Document>) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishUpdate instance that is used to publish a list of metadata on a link between two Identifier instances.
createPublishUpdate(Identifier, Identifier, Collection<Document>, MetadataLifetime) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new PublishUpdate instance that is used to publish a list of metadata on a link between two Identifier instances with a specific MetadataLifetime.
createPurgePublisherReq() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactoryInternal
Deprecated. For internal use only.
createPurgePublisherReq() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
 
createRenewSessionReq() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactoryInternal
Deprecated. For internal use only.
createRenewSessionReq() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
 
createRequestFactory() - Static method in class de.fhhannover.inform.trust.ifmapj.IfmapJ
Deprecated. Use Requests directly.
createRequestForInvestigation(String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing request-for-investigation metadata.
createRequestForInvestigation(String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createRole(String, String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing role metadata.
createRole(String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing role metadata.
createRole(String, String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createRole(String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createSearchReq() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a SearchRequest with default values.
createSearchReq(String, Integer, String, Integer, String, Identifier) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new SearchRequest in order to perform an IF-MAP search.
createSearchRequest() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a SearchRequest with default values.
createSearchRequest(String, Integer, String, Integer, String, Identifier) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new SearchRequest in order to perform an IF-MAP search.
createSSRC(String, String, String, TrustManager[]) - Static method in class de.fhhannover.inform.trust.ifmapj.IfmapJ
Create a new SSRC object to operate on the given url using basic authentication.
createSSRC(String, KeyManager[], TrustManager[]) - Static method in class de.fhhannover.inform.trust.ifmapj.IfmapJ
Create a new SSRC object to operate on the given URL using certificate-based authentication.
createStandardMetadataFactory() - Static method in class de.fhhannover.inform.trust.ifmapj.IfmapJ
Crate a new StandardIfmapMetadataFactory object to create standard metadata defined by IF-MAP 2.0.
createSubscribeDelete() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a SubscribeDelete instance with default values.
createSubscribeDelete(String) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a new SubscribeDelete instance with the given name.
createSubscribeDelete() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a SubscribeDelete instance with default values.
createSubscribeDelete(String) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a new SubscribeDelete instance with the given name.
createSubscribeReq() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create an empty SubscribeRequest
createSubscribeReq(SubscribeElement) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a SubscribeRequest with one SubscribeElement.
createSubscribeReq(List<SubscribeElement>) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a SubscribeRequest with a list of SubscribeElement instances.
createSubscribeReq() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create an empty SubscribeRequest
createSubscribeReq(SubscribeElement) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a SubscribeRequest with one SubscribeElement.
createSubscribeReq(List<SubscribeElement>) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a SubscribeRequest with a list of SubscribeElement instances.
createSubscribeUpdate() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a SubscribeUpdate instance with default values.
createSubscribeUpdate(String, String, Integer, String, Integer, String, Identifier) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestFactory
Deprecated. Create a SubscribeUpdate instance with the given parameters.
createSubscribeUpdate() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a SubscribeUpdate instance with default values.
createSubscribeUpdate(String, String, Integer, String, Integer, String, Identifier) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Create a SubscribeUpdate instance with the given parameters.
createUnexpectedBehavior(String, String, Integer, Integer, Significance, String) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing unexpected-behavior metadata.
createUnexpectedBehavior(String, String, Integer, Integer, Significance, String) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
createWlanInformation(String, List<WlanSecurityType>, WlanSecurityType, List<WlanSecurityType>) - Method in interface de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactory
Create a Document representing wlan-information metadata.
createWlanInformation(String, List<WlanSecurityType>, WlanSecurityType, List<WlanSecurityType>) - Method in class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 

D

de.fhhannover.inform.trust.ifmapj - package de.fhhannover.inform.trust.ifmapj
The core package for IfmapJ.
de.fhhannover.inform.trust.ifmapj.binding - package de.fhhannover.inform.trust.ifmapj.binding
 
de.fhhannover.inform.trust.ifmapj.channel - package de.fhhannover.inform.trust.ifmapj.channel
This package encapsulates the communication layer of IfmapJ.
de.fhhannover.inform.trust.ifmapj.exception - package de.fhhannover.inform.trust.ifmapj.exception
This package provides IfmapJ exception classes.
de.fhhannover.inform.trust.ifmapj.identifier - package de.fhhannover.inform.trust.ifmapj.identifier
This package provides classes to represent IF-MAP identifiers.
de.fhhannover.inform.trust.ifmapj.log - package de.fhhannover.inform.trust.ifmapj.log
This package provides basic logging functionality for IfmapJ.
de.fhhannover.inform.trust.ifmapj.messages - package de.fhhannover.inform.trust.ifmapj.messages
This package provides classes to represent IF-MAP requests and results that are communicated with an IF-MAP server.
de.fhhannover.inform.trust.ifmapj.metadata - package de.fhhannover.inform.trust.ifmapj.metadata
This package provides classes to handle standard IF-MAP metadata.
debug(String) - Static method in class de.fhhannover.inform.trust.ifmapj.log.IfmapJLog
 
debug(String) - Method in interface de.fhhannover.inform.trust.ifmapj.log.IfmapJLogger
Print debug level message.
decode(char[]) - Static method in class util.Base64
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class util.Base64
Decodes a BASE64 encoded byte array.
decode(String) - Static method in class util.Base64
Decodes a BASE64 encoded String.
decodeFast(char[]) - Static method in class util.Base64
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
decodeFast(byte[]) - Static method in class util.Base64
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
decodeFast(String) - Static method in class util.Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.
deepCopy(Element) - Static method in class util.DomHelpers
Makes a deep-copy of an Element instance and appends it to a new Document instance as child.
Device - Class in de.fhhannover.inform.trust.ifmapj.identifier
Represents an IF-MAP device identifier.
DEVICE_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
DEVICE_NAME_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
DomHelpers - Class in util
Some helpers to handle org.w3c.* stuff...
DomHelpers() - Constructor for class util.DomHelpers
 
doRequest(InputStream) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.CommunicationHandler
Use HTTP post to send the request.

E

elementMatches(Element, String) - Static method in class util.DomHelpers
 
elementMatches(Element, String, String) - Static method in class util.DomHelpers
 
EMPTY_VALUE - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
encodeToByte(byte[], boolean) - Static method in class util.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Static method in class util.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - Static method in class util.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
END_SESSION_REQ_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
END_SESSION_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
endSession() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.SSRC
Send endSession request to MAPS
endSession() - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
EndSessionException - Exception in de.fhhannover.inform.trust.ifmapj.exception
This exception is only thrown by the method ARC.poll() to indicate that the underlying IF-MAP session ended while a poll was in progress.
EndSessionException() - Constructor for exception de.fhhannover.inform.trust.ifmapj.exception.EndSessionException
 
EndSessionRequest - Interface in de.fhhannover.inform.trust.ifmapj.messages
Marker interface
EnforcementAction - Enum in de.fhhannover.inform.trust.ifmapj.metadata
Possible values for the enforcement-action element within an enforcement-report.
error(String) - Static method in class de.fhhannover.inform.trust.ifmapj.log.IfmapJLog
 
error(String) - Method in interface de.fhhannover.inform.trust.ifmapj.log.IfmapJLogger
Print error level message.
ERROR_RES_ATTR_ERRCODE - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
ERROR_RES_ATTR_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
ERROR_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
ERROR_RES_ERRSTR_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
EventType - Enum in de.fhhannover.inform.trust.ifmapj.metadata
Possible values for the type element within an event.

F

findElementInChildren(Node, String, String) - Static method in class util.DomHelpers
 
first - Variable in class util.Pair
 
fromElement(Element) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierHandler
Create a Identifier instance from the given Element.
fromElement(Element) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
 
fromElement(Element) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestHandler
Unmarshals a given response in XML form to a Result instance.

G

genericRequest(Request) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
Generic Request Interface
genericRequestWithSessionId(Request) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
 
getAdministrativeDomain(Element) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers.Helpers
 
getAdministrativeDomain() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.IdentifierWithAd
 
getArc() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.SSRC
Open a ARC corresponding to this SSRC instance
getArc() - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
getChildElements(Element) - Static method in class util.DomHelpers
Create a new list containing only the child nodes of e of type Element.
getDeleteResults() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PollResult
Deprecated. No ordering enforced. Replace with PollResult.getResults() and SearchResult.getType().
getDescription() - Method in exception de.fhhannover.inform.trust.ifmapj.exception.IfmapException
 
getErrorCode() - Method in exception de.fhhannover.inform.trust.ifmapj.exception.IfmapErrorResult
 
getErrorResults() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PollResult
Get all IfmapErrorResult objects that indicate errors that occured since the last poll.
getErrorString() - Method in exception de.fhhannover.inform.trust.ifmapj.exception.IfmapErrorResult
 
getFilter() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PublishDelete
 
getHandlerFor(Identifier) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
 
getHandlerFor(Request) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
 
getIdentifier() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.IdentifierHolder
 
getIdentifier1() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.IdentifierHolder
 
getIdentifier2() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.IdentifierHolder
 
getIdentifierFactory() - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
 
getKeyManagers() - Static method in class de.fhhannover.inform.trust.ifmapj.IfmapJHelper
Creates KeyManager instances based on the javax.net.ssl.keyStore and javax.net.ssl.keyStorePassword environment variables.
getKeyManagers(String, String) - Static method in class de.fhhannover.inform.trust.ifmapj.IfmapJHelper
Creates KeyManager instances based on the given parameters.
getKeyManagers(InputStream, String) - Static method in class de.fhhannover.inform.trust.ifmapj.IfmapJHelper
Creates KeyManager instances based on the given parameters.
getLifeTime() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PublishUpdate
 
getMatchLinksFilter() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
getMaxDepth() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
getMaxPollResSize() - Method in class de.fhhannover.inform.trust.ifmapj.channel.ArcImpl
 
getMaxPollResSize() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
 
getMaxPollResSize() - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
getMaxPollResultSize() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.NewSessionRequest
 
getMaxPollResultSize() - Method in class de.fhhannover.inform.trust.ifmapj.messages.NewSessionRequestImpl
 
getMaxPollResultSize() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.NewSessionResult
 
getMaxSize() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
getMetadata() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.MetadataHolder
Note: The returned List is unmodifiable.
getName() - Method in exception de.fhhannover.inform.trust.ifmapj.exception.IfmapErrorResult
 
getName() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.AccessRequest
 
getName() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.Device
 
getName() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.Identity
 
getName() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchResult
 
getName() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SubscribeElement
 
getNamespaceDeclarations() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.NamespaceDeclarationHolder
Note: The returned collection is unmodifiable.
getNotifyResults() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PollResult
Deprecated. No ordering enforced. Replace with PollResult.getResults() and SearchResult.getType().
getOtherTypeDefinition() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.Identity
 
getPublishElements() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PublishRequest
Get all PublishElement instances of this request
getPublisherId() - Method in class de.fhhannover.inform.trust.ifmapj.channel.ArcImpl
 
getPublisherId() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
 
getPublisherId() - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
getPublisherId() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.NewSessionResult
 
getPublisherId() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PurgePublisherRequest
 
getRequestFactory() - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Deprecated. Don't use. Will be gone soon.
getResponseContentErrorCheck(Element) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
getResponseContentNoErrorCheck(Element) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
getResultFilter() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
getResultItems() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchResult
 
getResults() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PollResult
 
getSearchResults() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PollResult
Deprecated. No ordering enforced. Replace with PollResult.getResults() and SearchResult.getType().
getSessionId() - Method in class de.fhhannover.inform.trust.ifmapj.channel.ArcImpl
 
getSessionId() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
 
getSessionId() - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
getSessionId() - Method in class de.fhhannover.inform.trust.ifmapj.messages.NewSessionRequestImpl
 
getSessionId() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.NewSessionResult
 
getSessionId() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.Request
 
getSessionId() - Method in class de.fhhannover.inform.trust.ifmapj.messages.RequestImpl
 
getStartIdentifier() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
getSubscribeElements() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SubscribeRequest
Note: The returned collection is unmodifiable.
getTerminalIdentifierTypes() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
getTrustManagers() - Static method in class de.fhhannover.inform.trust.ifmapj.IfmapJHelper
Creates TrustManager instances based on the javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword environment variables.
getTrustManagers(String, String) - Static method in class de.fhhannover.inform.trust.ifmapj.IfmapJHelper
Creates TrustManager instances based on the given parameters.
getTrustManagers(InputStream, String) - Static method in class de.fhhannover.inform.trust.ifmapj.IfmapJHelper
Creates TrustManager instances based on the given parameters.
getType() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.Identity
 
getType() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.IpAddress
 
getType() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchResult
 
getUpdateResults() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PollResult
Deprecated. No ordering enforced. Replace with PollResult.getResults() and SearchResult.getType().
getValue() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.IpAddress
 
getValue() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.MacAddress
 

H

HANDLER_PROPERTY - Static variable in class de.fhhannover.inform.trust.ifmapj.channel.CommunicationHandlerFactory
 
handles() - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierHandler
 
handles() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestHandler
 
holdsLink() - Method in interface de.fhhannover.inform.trust.ifmapj.messages.IdentifierHolder
 

I

Identifier - Interface in de.fhhannover.inform.trust.ifmapj.identifier
Simple marker interface for IF-MAP identifiers.
IDENTIFIER_ATTR_ADMIN_DOMAIN - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
IdentifierFactory - Interface in de.fhhannover.inform.trust.ifmapj.identifier
Deprecated. Identifiers class should be used to construct standard identifiers.
IdentifierHandler<T extends Identifier> - Interface in de.fhhannover.inform.trust.ifmapj.identifier
Provides generic access to marshal and unmarshal a Identifier implementation from or to Element representation.
IdentifierHolder - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface to access Identifier objects in elements that hold them.
Identifiers - Class in de.fhhannover.inform.trust.ifmapj.identifier
Provides access to Identifier associated classes.
Identifiers.Helpers - Class in de.fhhannover.inform.trust.ifmapj.identifier
 
IdentifierWithAd - Class in de.fhhannover.inform.trust.ifmapj.identifier
Represents an IF-MAP identifier with an administrative domain attribute.
IdentifierWithAd(String) - Constructor for class de.fhhannover.inform.trust.ifmapj.identifier.IdentifierWithAd
 
Identity - Class in de.fhhannover.inform.trust.ifmapj.identifier
Represents an IF-MAP identity identifier.
IDENTITY_ATTR_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
IDENTITY_ATTR_OTHER_TYPE_DEF - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
IDENTITY_ATTR_TYPE - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
IDENTITY_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
IdentityType - Enum in de.fhhannover.inform.trust.ifmapj.identifier
This enum encapsulates all possible identity types as specified by IF-MAP.
IfmapChannel - Interface in de.fhhannover.inform.trust.ifmapj.channel
Interface for an IF-MAP communication channel
IfmapErrorCode - Enum in de.fhhannover.inform.trust.ifmapj.exception
Possible values used for the errorCode attribute in the ErrorResultType.
IfmapErrorResult - Exception in de.fhhannover.inform.trust.ifmapj.exception
Exception to be thrown if a MAPS replied with an ErrorResult to any of the methods SSRC and ARC offers.
IfmapErrorResult(IfmapErrorCode, String) - Constructor for exception de.fhhannover.inform.trust.ifmapj.exception.IfmapErrorResult
Construct a IfmapErrorResult exception with obligatory parameters
IfmapErrorResult(IfmapErrorCode, String, String) - Constructor for exception de.fhhannover.inform.trust.ifmapj.exception.IfmapErrorResult
 
IfmapException - Exception in de.fhhannover.inform.trust.ifmapj.exception
General Exception thrown by the IfmapJ library.
IfmapException(String, String) - Constructor for exception de.fhhannover.inform.trust.ifmapj.exception.IfmapException
 
IfmapException(String, Exception) - Constructor for exception de.fhhannover.inform.trust.ifmapj.exception.IfmapException
 
IfmapJ - Class in de.fhhannover.inform.trust.ifmapj
Entry class to do IF-MAP 2.0 communication using IfmapJ.
IfmapJ() - Constructor for class de.fhhannover.inform.trust.ifmapj.IfmapJ
 
IfmapJHelper - Class in de.fhhannover.inform.trust.ifmapj
To create a SSRC one needs to have KeyManager and TrustManager instances.
IfmapJHelper() - Constructor for class de.fhhannover.inform.trust.ifmapj.IfmapJHelper
 
IfmapJLog - Class in de.fhhannover.inform.trust.ifmapj.log
Remove this as soon as possible, it's just here to provide a bit more logging than System.out.println and I didn't want to include log4j...
IfmapJLogger - Interface in de.fhhannover.inform.trust.ifmapj.log
Basic interface for logging.
IfmapStrings - Class in de.fhhannover.inform.trust.ifmapj.binding
Constants to be used for everything in the schema...
IfmapStrings() - Constructor for class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
info(String) - Static method in class de.fhhannover.inform.trust.ifmapj.log.IfmapJLog
 
info(String) - Method in interface de.fhhannover.inform.trust.ifmapj.log.IfmapJLogger
Print info level message.
InitializationException - Exception in de.fhhannover.inform.trust.ifmapj.exception
If the library cannot be initialized, throw this kind of exception.
InitializationException(String) - Constructor for exception de.fhhannover.inform.trust.ifmapj.exception.InitializationException
 
InitializationException(Exception) - Constructor for exception de.fhhannover.inform.trust.ifmapj.exception.InitializationException
 
IP_ADDRESS_ATTR_TYPE - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
IP_ADDRESS_ATTR_VALUE - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
IP_ADDRESS_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
IpAddress - Class in de.fhhannover.inform.trust.ifmapj.identifier
Represents an IF-MAP ip-address identifier.
IpAddress(IpAddressType, String, String) - Constructor for class de.fhhannover.inform.trust.ifmapj.identifier.IpAddress
Package constructor.
IpAddressType - Enum in de.fhhannover.inform.trust.ifmapj.identifier
IPv4 and IPv6 are both supported by IF-MAP.

L

LocationInformation - Class in de.fhhannover.inform.trust.ifmapj.metadata
Entity class to hold location-information type and value fields.
LocationInformation(String, String) - Constructor for class de.fhhannover.inform.trust.ifmapj.metadata.LocationInformation
 

M

MAC_ADDRESS_ATTR_VALUE - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
MAC_ADDRESS_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
MacAddress - Class in de.fhhannover.inform.trust.ifmapj.identifier
Represents an IF-MAP mac-address identifier.
makeRequestFQName(String) - Static method in class util.DomHelpers
 
MarshalException - Exception in de.fhhannover.inform.trust.ifmapj.exception
Thrown if a problem appears during the marshal process.
MarshalException(String) - Constructor for exception de.fhhannover.inform.trust.ifmapj.exception.MarshalException
 
MetadataHolder - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface to access metadata containing elements.
MetadataLifetime - Enum in de.fhhannover.inform.trust.ifmapj.messages
Enum in order to express lifetime of metadata
mOtherTypeDefinition - Variable in class de.fhhannover.inform.trust.ifmapj.metadata.WlanSecurityType
 
mType - Variable in class de.fhhannover.inform.trust.ifmapj.metadata.LocationInformation
 
mValue - Variable in class de.fhhannover.inform.trust.ifmapj.metadata.LocationInformation
 
mWlanSecurityType - Variable in class de.fhhannover.inform.trust.ifmapj.metadata.WlanSecurityType
 

N

NamespaceDeclarationHolder - Interface in de.fhhannover.inform.trust.ifmapj.messages
Some requests may hold extra namespace declarations.
NEW_SESSION_REQ_ATTR_MPRS - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
NEW_SESSION_REQ_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
NEW_SESSION_RES_ATTR_MPRS - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
NEW_SESSION_RES_ATTR_PID - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
NEW_SESSION_RES_ATTR_SID - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
NEW_SESSION_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
newDocumentBuilder() - Static method in class util.DomHelpers
 
newHandler(String, String, String, SSLSocketFactory, HostnameVerifier) - Static method in class de.fhhannover.inform.trust.ifmapj.channel.CommunicationHandlerFactory
Create a CommunicationHandler instance.
newSession() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.SSRC
Send a newSession request to MAPS
newSession(Integer) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.SSRC
Send a newSession request to MAPS with the given parameter
newSession(Integer) - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
newSession() - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
NewSessionRequest - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface for a newSession request.
NewSessionRequestImpl - Class in de.fhhannover.inform.trust.ifmapj.messages
Implementation of NewSessionRequest
NewSessionResult - Interface in de.fhhannover.inform.trust.ifmapj.messages
 
NO_URI - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 

P

Pair<T,V> - Class in util
Simple Pair class.
Pair(T, V) - Constructor for class util.Pair
 
Pair() - Constructor for class util.Pair
 
parseErrorResult(Element) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
parseMetadataList(Element) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
parseResultItem(Element) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
parseSearchResult(Element, SearchResult.Type) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests.Helpers
 
poll() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.ARC
Send a poll on the ARC.
poll() - Method in class de.fhhannover.inform.trust.ifmapj.channel.ArcImpl
 
POLL_DELETE_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
POLL_NOTIFY_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
POLL_REQ_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
POLL_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
POLL_SEARCH_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
POLL_UPDATE_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
PollRequest - Interface in de.fhhannover.inform.trust.ifmapj.messages
Marker interface
PollResult - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface to access SearchResult objects contained in a PollResult.
publish(PublishRequest) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.SSRC
Send a publish request to MAPS.
publish(PublishRequest) - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
PUBLISH_DELETE_ATTR_FILTER - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
PUBLISH_DELETE_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
PUBLISH_METADATA_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
PUBLISH_NOTIFY_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
PUBLISH_REQ_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
PUBLISH_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
PUBLISH_UPDATE_ATTR_LIFETIME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
PUBLISH_UPDATE_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
PublishDelete - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface that represent a publish delete operation.
PublishElement - Interface in de.fhhannover.inform.trust.ifmapj.messages
This is just a marker interface to indicate an implementation can be used to fill a PublishRequest.
PUBLISHER_ID_ATTR - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
PublishNotify - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface that represents a publish notify operation
PublishRequest - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface to access data concerning a PublishRequest.
PublishUpdate - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface that represents a publish update operation
PURGE_PUBLISHER_REQ_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
PURGE_PUBLISHER_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
purgePublisher() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.SSRC
Send purgePublisher request to MAPS in order to purge the MAPCs metadata
purgePublisher(String) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.SSRC
Send purgePublisher request with the given parameter to MAPS
purgePublisher() - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
purgePublisher(String) - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
PurgePublisherRequest - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface that represents a purgePublisher request

R

registerIdentifierHandler(IdentifierHandler<? extends Identifier>) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
 
registerRequestHandler(RequestHandler<? extends Request>) - Static method in class de.fhhannover.inform.trust.ifmapj.messages.Requests
Register a custom request handler.
RENEW_SESSION_REQ_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
RENEW_SESSION_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
renewSession() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.SSRC
Send renewSession request to MAPS
renewSession() - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
RenewSessionRequest - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface that represents a renewSession request
Request - Interface in de.fhhannover.inform.trust.ifmapj.messages
Simple interface indicating an IF-MAP request and providing access to the session-id attribute.
RequestFactory - Interface in de.fhhannover.inform.trust.ifmapj.messages
Deprecated. Use Requests directly to create differen Request implementations.
RequestFactoryInternal - Interface in de.fhhannover.inform.trust.ifmapj.messages
Deprecated.  
RequestHandler<T extends Request> - Interface in de.fhhannover.inform.trust.ifmapj.messages
Provides functionality to generically handle Request instances and response parsing.
RequestImpl - Class in de.fhhannover.inform.trust.ifmapj.messages
Simple Request implementation.
RequestImpl() - Constructor for class de.fhhannover.inform.trust.ifmapj.messages.RequestImpl
 
Requests - Class in de.fhhannover.inform.trust.ifmapj.messages
Provides access to Request associated classes.
Requests.Helpers - Class in de.fhhannover.inform.trust.ifmapj.messages
This class provides helpers for custom request implementations.
RESPONSE_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
Result - Interface in de.fhhannover.inform.trust.ifmapj.messages
Marker interface for a Result
RESULT_ITEM_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
ResultItem - Interface in de.fhhannover.inform.trust.ifmapj.messages
 

S

search(SearchRequest) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.SSRC
Send a search request to the MAPS
search(SearchRequest) - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
SEARCH_MATCH_LINKS_FILTER_ATTR - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SEARCH_MAX_DEPTH_ATTR - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SEARCH_MAX_SIZE_ATTR - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SEARCH_METADATA_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SEARCH_REQ_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SEARCH_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SEARCH_RES_NAME_ATTR - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SEARCH_RESULT_FILTER_ATTR - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SEARCH_TERM_IDENT_TYPE - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SearchHolder - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface to access to data related to the search operation.
SearchRequest - Interface in de.fhhannover.inform.trust.ifmapj.messages
Marker interface
SearchResult - Interface in de.fhhannover.inform.trust.ifmapj.messages
 
SearchResult.Type - Enum in de.fhhannover.inform.trust.ifmapj.messages
 
second - Variable in class util.Pair
 
SESSION_ID_ATTR - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
setAdministrativeDomain(String) - Method in class de.fhhannover.inform.trust.ifmapj.identifier.IdentifierWithAd
Deprecated.  
setFilter(String) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PublishDelete
 
setGzip(boolean) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.CommunicationHandler
Set to true if gzip should be used for the communication.
setGzip(boolean) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
Specifies whether GZIP compression should be used.
setIdentifier1(Identifier) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.IdentifierHolder
 
setIdentifier2(Identifier) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.IdentifierHolder
 
setLifeTime(MetadataLifetime) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PublishUpdate
 
setLogger(IfmapJLogger) - Static method in class de.fhhannover.inform.trust.ifmapj.log.IfmapJLog
 
setMatchLinksFilter(String) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
setMaxDepth(Integer) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
setMaxPollResSize(Integer) - Method in class de.fhhannover.inform.trust.ifmapj.channel.ArcImpl
 
setMaxPollResSize(Integer) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
Set the max-poll-result-size for this channel.
setMaxPollResSize(Integer) - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
setMaxPollResultSize(Integer) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.NewSessionRequest
 
setMaxPollResultSize(Integer) - Method in class de.fhhannover.inform.trust.ifmapj.messages.NewSessionRequestImpl
 
setMaxSize(Integer) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
setName(String) - Method in class de.fhhannover.inform.trust.ifmapj.identifier.AccessRequest
Deprecated. 
setName(String) - Method in class de.fhhannover.inform.trust.ifmapj.identifier.Device
Deprecated. 
setName(String) - Method in class de.fhhannover.inform.trust.ifmapj.identifier.Identity
Deprecated. 
setName(String) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SubscribeElement
 
setOtherTypeDefinition(String) - Method in class de.fhhannover.inform.trust.ifmapj.identifier.Identity
Deprecated. 
setPublisherId(String) - Method in class de.fhhannover.inform.trust.ifmapj.channel.ArcImpl
 
setPublisherId(String) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
Set the ifmap-publisher-id for this channel.
setPublisherId(String) - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
setPublisherId(String) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.PurgePublisherRequest
 
setResultFilter(String) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
setSessionId(String) - Method in class de.fhhannover.inform.trust.ifmapj.channel.ArcImpl
 
setSessionId(String) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
Set the session-id to be used for this channel.
setSessionId(String) - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
setSessionId(String) - Method in class de.fhhannover.inform.trust.ifmapj.messages.NewSessionRequestImpl
 
setSessionId(String) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.Request
 
setSessionId(String) - Method in class de.fhhannover.inform.trust.ifmapj.messages.RequestImpl
 
setStartIdentifier(Identifier) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
setTerminalIdentifierTypes(String) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.SearchHolder
 
setType(IdentityType) - Method in class de.fhhannover.inform.trust.ifmapj.identifier.Identity
Deprecated. 
setType(IpAddressType) - Method in class de.fhhannover.inform.trust.ifmapj.identifier.IpAddress
Deprecated. 
setValue(String) - Method in class de.fhhannover.inform.trust.ifmapj.identifier.IpAddress
Deprecated. 
setValue(String) - Method in class de.fhhannover.inform.trust.ifmapj.identifier.MacAddress
Deprecated. 
Significance - Enum in de.fhhannover.inform.trust.ifmapj.metadata
Possible values for the significance element within an event.
SOAP_BODY_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SOAP_ENV_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SOAP_ENV_NS_URI - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SOAP_ENV_PREFIX - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SOAP_PREFIXED_BODY_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SOAP_PREFIXED_ENV_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SSRC - Interface in de.fhhannover.inform.trust.ifmapj.channel
Interface describing the Synchronous Send Receive Channel (SSRC) methods.
SsrcImpl - Class in de.fhhannover.inform.trust.ifmapj.channel
 
SsrcImpl(String, String, String, TrustManager[]) - Constructor for class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
Basic-Auth constructor.
SsrcImpl(String, KeyManager[], TrustManager[]) - Constructor for class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
Certificate-based constructor.
StandardIfmapMetadataFactory - Interface in de.fhhannover.inform.trust.ifmapj.metadata
Inteface to create some of the standard metadata specified by IF-MAP 2.0.
StandardIfmapMetadataFactoryImpl - Class in de.fhhannover.inform.trust.ifmapj.metadata
Simple implementation of the StandardIfmapMetadataFactory interface.
StandardIfmapMetadataFactoryImpl() - Constructor for class de.fhhannover.inform.trust.ifmapj.metadata.StandardIfmapMetadataFactoryImpl
 
STD_METADATA_NS_URI - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
STD_METADATA_PREFIX - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
subscribe(SubscribeRequest) - Method in interface de.fhhannover.inform.trust.ifmapj.channel.SSRC
Send a subscribe request to the MAPS.
subscribe(SubscribeRequest) - Method in class de.fhhannover.inform.trust.ifmapj.channel.SsrcImpl
 
SUBSCRIBE_DELETE_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SUBSCRIBE_REQ_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SUBSCRIBE_RES_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SUBSCRIBE_SUB_NAME_ATTR - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SUBSCRIBE_UPDATE_EL_NAME - Static variable in class de.fhhannover.inform.trust.ifmapj.binding.IfmapStrings
 
SubscribeDelete - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface that represents a subscribe delete operation
SubscribeElement - Interface in de.fhhannover.inform.trust.ifmapj.messages
This is just a marker interface to indicate an implementation can be used to fill a SubscribeRequest.
SubscribeRequest - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface to access data concerning a SubscribeRequest.
SubscribeUpdate - Interface in de.fhhannover.inform.trust.ifmapj.messages
Interface that expresses a subscribe update request

T

toElement(Identifier, Document) - Method in interface de.fhhannover.inform.trust.ifmapj.identifier.IdentifierHandler
Create a Element instance representing the given Identifier.
toElement(Identifier, Document) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
 
toElement(Request, Document) - Method in interface de.fhhannover.inform.trust.ifmapj.messages.RequestHandler
 
toInputStream(Document) - Static method in class util.DomHelpers
Marshal a Document to InputStream.
toString() - Method in exception de.fhhannover.inform.trust.ifmapj.exception.IfmapErrorResult
 
toString() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.AccessRequest
 
toString() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.Device
 
toString() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.IdentifierWithAd
 
toString() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.Identity
 
toString() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.IpAddress
 
toString() - Method in class de.fhhannover.inform.trust.ifmapj.identifier.MacAddress
 
trace(String) - Static method in class de.fhhannover.inform.trust.ifmapj.log.IfmapJLog
 
trace(String) - Method in interface de.fhhannover.inform.trust.ifmapj.log.IfmapJLogger
Print trace level message.
tryFromElement(Element) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
 
tryToElement(Identifier, Document) - Static method in class de.fhhannover.inform.trust.ifmapj.identifier.Identifiers
 

U

UnmarshalException - Exception in de.fhhannover.inform.trust.ifmapj.exception
Thrown if a problem appears during the unmarshal process.
UnmarshalException(String) - Constructor for exception de.fhhannover.inform.trust.ifmapj.exception.UnmarshalException
 
usesGzip() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.CommunicationHandler
 
usesGzip() - Method in interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
Indicates whether GZIP compression is used by this channel
util - package util
This package provides IfmapJ utility classes.

V

valueOf(String) - Static method in enum de.fhhannover.inform.trust.ifmapj.exception.IfmapErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.fhhannover.inform.trust.ifmapj.identifier.IdentityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.fhhannover.inform.trust.ifmapj.identifier.IpAddressType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.fhhannover.inform.trust.ifmapj.messages.MetadataLifetime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.fhhannover.inform.trust.ifmapj.messages.SearchResult.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.fhhannover.inform.trust.ifmapj.metadata.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.fhhannover.inform.trust.ifmapj.metadata.EnforcementAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.fhhannover.inform.trust.ifmapj.metadata.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.fhhannover.inform.trust.ifmapj.metadata.Significance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.fhhannover.inform.trust.ifmapj.metadata.WlanSecurityEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.fhhannover.inform.trust.ifmapj.exception.IfmapErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.fhhannover.inform.trust.ifmapj.identifier.IdentityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.fhhannover.inform.trust.ifmapj.identifier.IpAddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.fhhannover.inform.trust.ifmapj.messages.MetadataLifetime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.fhhannover.inform.trust.ifmapj.messages.SearchResult.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.fhhannover.inform.trust.ifmapj.metadata.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.fhhannover.inform.trust.ifmapj.metadata.EnforcementAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.fhhannover.inform.trust.ifmapj.metadata.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.fhhannover.inform.trust.ifmapj.metadata.Significance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.fhhannover.inform.trust.ifmapj.metadata.WlanSecurityEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Static method in class de.fhhannover.inform.trust.ifmapj.log.IfmapJLog
 
warn(String) - Method in interface de.fhhannover.inform.trust.ifmapj.log.IfmapJLogger
Print warn level message.
WlanSecurityEnum - Enum in de.fhhannover.inform.trust.ifmapj.metadata
Enum to express the standard wlan-security information.
WlanSecurityType - Class in de.fhhannover.inform.trust.ifmapj.metadata
Entity class for the the wlan-security-type in an wlan-information element.
WlanSecurityType(WlanSecurityEnum, String) - Constructor for class de.fhhannover.inform.trust.ifmapj.metadata.WlanSecurityType
 

A B C D E F G H I L M N P R S T U V W

Copyright © 2012 Trust@FHH. All Rights Reserved.