Package | Description |
---|---|
org.jboss.as.controller.client |
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
|
org.jboss.as.controller.client.helpers | |
org.jboss.as.controller.client.helpers.domain |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain. |
org.jboss.as.controller.client.helpers.domain.impl |
Implementation classes to support the
managed domain convenience API . |
org.jboss.as.controller.client.helpers.standalone |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance. |
org.jboss.as.controller.client.helpers.standalone.impl |
Implementation classes to support the
standalone server convenience API . |
org.jboss.as.controller.client.impl |
Implementation classes to support the
core JBoss AS management client API . |
Package | Description |
---|---|
org.jboss.as.core.security.api |
Package | Description |
---|---|
org.jboss.dmr |
Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
org.jboss.marshalling.cloner | |
org.jboss.marshalling.reflect |
Reflection utilities for marshalling users and implementations.
|
org.jboss.marshalling.util |
Package | Description |
---|---|
org.jboss.msc |
The modular service container base package.
|
org.jboss.msc.inject |
Classes which implement value injection.
|
org.jboss.msc.service |
The service container implementation itself.
|
org.jboss.msc.service.management | |
org.jboss.msc.value |
Classes which implement various indirect value types.
|
Package | Description |
---|---|
org.jboss.logging |
Package | Description |
---|---|
org.slf4j.bridge |
Package | Description |
---|---|
org.jboss.logmanager | |
org.jboss.logmanager.config | |
org.jboss.logmanager.errormanager | |
org.jboss.logmanager.filters | |
org.jboss.logmanager.formatters | |
org.jboss.logmanager.handlers |
Package | Description |
---|---|
org.apache.log4j | |
org.apache.log4j.helpers | |
org.apache.log4j.net | |
org.apache.log4j.spi |
Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.remote | |
org.jboss.remoting3.security | |
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
Package | Description |
---|---|
org.jboss.sasl |
JBoss SASL providers base package.
|
org.jboss.sasl.anonymous | |
org.jboss.sasl.callback | |
org.jboss.sasl.digest | |
org.jboss.sasl.gssapi |
Package to contain a GSSAPI mechanism, in this case the mechanism is simply
delegating to the locally available GSSAPI mechanism but wrapping the calls with an identity.
|
org.jboss.sasl.localuser | |
org.jboss.sasl.plain | |
org.jboss.sasl.util |
Package | Description |
---|---|
org.xnio |
The main API package for XNIO.
|
org.xnio.channels | |
org.xnio.sasl | |
org.xnio.ssl | |
org.xnio.streams |
Package | Description |
---|---|
com.sun.activation.registries | |
com.sun.activation.viewers | |
javax.activation |
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
|
Package | Description |
---|---|
javax.annotation |
This package defines the common annotations.
|
javax.annotation.security |
This package contains the security common annotations.
|
javax.annotation.sql |
Package | Description |
---|---|
javax.ejb | |
javax.ejb.embeddable | |
javax.ejb.spi |
Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language shared by
the JSP 2.1 and JSF 1.2 technologies.
|
org.jboss.el.cache |
Package | Description |
---|---|
javax.decorator |
Annotations relating to decorators.
|
javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
javax.enterprise.context.spi |
The custom context SPI.
|
javax.enterprise.event |
Annotations and interfaces relating to events.
|
javax.enterprise.inject |
Annotations relating to bean and stereotype definition,
built-in qualifiers, and interfaces and classes relating
to programmatic lookup.
|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
javax.enterprise.util |
Contains shared, general-purpose helper classes and annotations.
|
Package | Description |
---|---|
javax.enterprise.deploy.model |
Provides tool vendor implementation classes.
|
javax.enterprise.deploy.model.exceptions |
Provides tool vendor implementation exception classes.
|
javax.enterprise.deploy.shared |
Provides shared objects for tool vendor and product vendor implementation classes.
|
javax.enterprise.deploy.shared.factories |
Provides shared factory manager for tool vendor and product vendor implementation classes.
|
javax.enterprise.deploy.spi |
Provides product vendor implementation classes.
|
javax.enterprise.deploy.spi.exceptions |
Provides product vendor exception classes.
|
javax.enterprise.deploy.spi.factories |
Provides product vendor deployment factory classes.
|
javax.enterprise.deploy.spi.status |
Provides product vendor status classes.
|
Package | Description |
---|---|
javax.faces | |
javax.faces.application |
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces.
|
javax.faces.bean |
These javadoc files constitute the “Faces Managed Bean Annotation Specification for Containers Conforming to Servlet 2.5 and Beyond” |
javax.faces.component |
Fundamental APIs for user
interface components.
|
javax.faces.component.behavior |
APIs for attaching additional
behavior to user interface components.
|
javax.faces.component.html |
Specialized user
interface component classes for HTML.
|
javax.faces.component.visit |
APIs for traversing a user interface component view. |
javax.faces.context |
Classes and interfaces
defining per-request state information.
|
javax.faces.convert |
Contains classes and interfaces
defining converters.
|
javax.faces.el |
DEPRECATED Classes and interfaces for evaluating and
processing reference expressions.
|
javax.faces.event |
Interfaces describing events and event
listeners, and concrete event implementation classes.
|
javax.faces.lifecycle |
Classes and interfaces defining lifecycle management for the
JavaServer Faces implementation.
|
javax.faces.model |
Standard model data beans for
JavaServer Faces.
|
javax.faces.render |
Classes and interfaces
defining the rendering model.
|
javax.faces.validator |
Interface defining the validator
model, and concrete validator implementation classes.
|
javax.faces.view |
Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. |
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
javax.faces.webapp |
Classes required for integration of
JavaServer Faces into web applications, including a standard servlet,
base classes for JSP custom component
tags, and concrete tag implementations for core tags.
|
Package | Description |
---|---|
javax.inject |
This package specifies a means for obtaining objects in such a way as to
maximize reusability, testability and maintainability compared to
traditional approaches such as constructors, factories, and service
locators (e.g., JNDI). This process, known as dependency
injection, is beneficial to most nontrivial applications.
|
Package | Description |
---|---|
javax.interceptor |
Package | Description |
---|---|
javax.jms |
JMS 1.1 API.
|
Package | Description |
---|---|
javax.jws | |
javax.jws.soap |
Package | Description |
---|---|
javax.management.j2ee | |
javax.management.j2ee.statistics |
Package | Description |
---|---|
com.sun.mail.auth | |
com.sun.mail.handlers | |
com.sun.mail.iap | |
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol | |
com.sun.mail.pop3 |
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
|
com.sun.mail.smtp |
An SMTP protocol provider for the JavaMail API
that provides access to an SMTP server.
|
com.sun.mail.util |
Utility classes for use with the JavaMail API.
|
com.sun.mail.util.logging |
Contains JavaMailTM extensions for
the JavaTM platform's core logging
facilities.
|
javax.mail |
The JavaMailTM API
provides classes that model a mail system.
|
javax.mail.event |
Listeners and events for the JavaMail API.
|
javax.mail.internet |
Classes specific to Internet mail systems.
|
javax.mail.search |
Message search terms for the JavaMail API.
|
javax.mail.util |
JavaMail API utility classes.
|
Package | Description |
---|---|
javax.persistence | |
javax.persistence.criteria | |
javax.persistence.metamodel | |
javax.persistence.spi |
Package | Description |
---|---|
javax.resource |
The javax.resource package is the top-level package for the Java EE
Connector API specification.
|
javax.resource.cci |
The javax.resource.cci package contains API specification for the Common
Client Interface (CCI).
|
javax.resource.spi |
The javax.resource.spi package contains APIs for the system
contracts defined in the Java EE Connector Architecture specification.
|
javax.resource.spi.endpoint |
This package contains system contracts for service endpoint interactions.
|
javax.resource.spi.security |
The javax.resource.spi.security package contains APIs for the security
management contract.
|
javax.resource.spi.work |
This package contains APIs for the Work Management, Generic Work and Security Work contracts.
|
Package | Description |
---|---|
javax.security.auth.message | |
javax.security.auth.message.callback | |
javax.security.auth.message.config | |
javax.security.auth.message.module |
Package | Description |
---|---|
javax.security.jacc |
Package | Description |
---|---|
javax.servlet |
The javax.servlet package contains a number of classes and interfaces that
describe and define the contracts between a servlet class and the
runtime environment provided for an instance of such a class by a
conforming servlet container.
|
javax.servlet.annotation |
The javax.servlet.annotation package contains a number of annotations
that allow users to use annotations to declare servlets, filters,
listeners and specify the metadata for the declared component.
|
javax.servlet.descriptor |
Provides programmatic access to a web application's configuration information that was aggregated from the
web.xml and web-fragment.xml descriptors. |
javax.servlet.http |
The javax.servlet.http package contains a number of classes and interfaces
that describe and define the contracts between a servlet class
running under the HTTP protocol and the runtime environment provided
for an instance of such a class by a conforming servlet container.
|
Package | Description |
---|---|
javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.1 API.
|
javax.servlet.jsp.el |
Provides the
ELResolver classes that define the
object resolution rules that must be supported by a JSP container
with the new unified Expression Language. |
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
|
Package | Description |
---|---|
javax.transaction | |
javax.transaction.xa |
This package contains the classes and interfaces that define the interaction
between the transaction manager and the resources it manages.
|
Package | Description |
---|---|
javax.validation | |
javax.validation.bootstrap | |
javax.validation.constraints | |
javax.validation.groups |
A group defines a subset of constraints.
|
javax.validation.metadata | |
javax.validation.spi |
Package | Description |
---|---|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
Package | Description |
---|---|
javax.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
javax.xml.bind.annotation |
Defines annotations for customizing Java program elements to XML Schema mapping.
|
javax.xml.bind.annotation.adapters |
XmlAdapter and its spec-defined
sub-classes to allow arbitrary Java classes to be used with JAXB. |
javax.xml.bind.attachment |
This package is implemented by a MIME-based package processor that
enables the interpretation and creation of optimized binary data
within an MIME-based package format.
|
javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for
some of the javax.xml.bind interfaces.
|
javax.xml.bind.util |
Useful client utility classes.
|
Package | Description |
---|---|
javax.xml.registry | |
javax.xml.registry.infomodel |
Package | Description |
---|---|
javax.xml.rpc | |
javax.xml.rpc.encoding | |
javax.xml.rpc.handler | |
javax.xml.rpc.handler.soap | |
javax.xml.rpc.holders | |
javax.xml.rpc.server | |
javax.xml.rpc.soap |
Package | Description |
---|---|
javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
Package | Description |
---|---|
javax.xml.ws |
This package contains the core JAX-WS APIs.
|
javax.xml.ws.handler |
This package defines APIs for message handlers.
|
javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
javax.xml.ws.http |
This package defines APIs specific to the HTTP binding.
|
javax.xml.ws.soap |
This package defines APIs specific to the SOAP binding.
|
javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
javax.xml.ws.spi.http |
Provides HTTP SPI that is used for portable deployment of JAX-WS
web services in containers(for e.g.
|
javax.xml.ws.wsaddressing |
This package defines APIs related to WS-Addressing.
|
Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
org.apache.commons.configuration.beanutils |
In this package a
Configuration implementation can be found that
implements the DynaBean interface. |
org.apache.commons.configuration.event |
This package contains interfaces and classes for receiving notifications
about changes at configurations.
|
org.apache.commons.configuration.interpol |
A package with helper classes used for interpolation (variable substitution).
|
org.apache.commons.configuration.plist |
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.
|
org.apache.commons.configuration.reloading |
The
reloading package contains the definition of the
ReloadingStrategy interface, which provides automatic reloading
facilities for file based configurations. |
org.apache.commons.configuration.tree |
A package with helper and utility classes used by hierarchical configurations.
|
org.apache.commons.configuration.tree.xpath |
This package contains the implementation of the XPathExpressionEngine class, which
enables XPATH support for querying configuration properties.
|
org.apache.commons.configuration.web |
This package contains some implementations of the
Configuration
interface that are useful in web environments. |
Package | Description |
---|---|
org.apache.juddi | |
org.apache.juddi.api_v3 | |
org.apache.juddi.jaxb | |
org.apache.juddi.v3_service | |
org.uddi | |
org.uddi.api_v3 | |
org.uddi.custody_v3 | |
org.uddi.policy_v3 | |
org.uddi.policy_v3_instanceparms | |
org.uddi.repl_v3 | |
org.uddi.sub_v3 | |
org.uddi.subr_v3 | |
org.uddi.v3_service |
WSDL service definition for UDDI 3.0.2 specification
|
org.uddi.vs_v3 | |
org.uddi.vscache_v3 | |
org.w3._2000._09.xmldsig_ |
Package | Description |
---|---|
org.apache.ws.scout.model.uddi.v2 | |
org.apache.ws.scout.registry | |
org.apache.ws.scout.registry.infomodel | |
org.apache.ws.scout.transport | |
org.apache.ws.scout.util |
Package | Description |
---|---|
org.apache.xalan | |
org.apache.xalan.client |
Implementation of Xalan applet.
|
org.apache.xalan.extensions |
Implementation of Xalan Extension Mechanism.
|
org.apache.xalan.lib |
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
|
org.apache.xalan.lib.sql |
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
|
org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
org.apache.xalan.res |
Contains strings that require internationalization.
|
org.apache.xalan.serialize | |
org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.trace |
Implementation of Xalan Trace events, for use by a debugger.
|
org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
org.apache.xalan.xslt |
Implementation of Xalan command-line interface.
|
org.apache.xalan.xsltc | |
org.apache.xalan.xsltc.cmdline | |
org.apache.xalan.xsltc.cmdline.getopt | |
org.apache.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.compiler.util | |
org.apache.xalan.xsltc.dom | |
org.apache.xalan.xsltc.runtime | |
org.apache.xalan.xsltc.runtime.output | |
org.apache.xalan.xsltc.trax | |
org.apache.xalan.xsltc.util | |
org.apache.xml.dtm | |
org.apache.xml.dtm.ref | |
org.apache.xml.dtm.ref.dom2dtm | |
org.apache.xml.dtm.ref.sax2dtm | |
org.apache.xml.res | |
org.apache.xml.serializer |
Processes SAX events into streams.
|
org.apache.xml.serializer.dom3 | |
org.apache.xml.serializer.utils | |
org.apache.xml.utils |
Implementation of Xalan utility classes.
|
org.apache.xml.utils.res | |
org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
org.apache.xpath.compiler |
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
|
org.apache.xpath.domapi |
Implements DOM Level 3 XPath API
|
org.apache.xpath.functions |
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
|
org.apache.xpath.jaxp | |
org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
org.apache.xpath.operations |
Support for XPath operations, such as +, -, string(), etc.
|
org.apache.xpath.patterns |
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
org.apache.xpath.res |
Contains strings for XPath support that require internationalization.
|
Package | Description |
---|---|
org.hibernate.search.cfg.impl | |
org.hibernate.search.event.impl | |
org.hibernate.search.hcore.impl | |
org.hibernate.search.jpa | |
org.hibernate.search.jpa.impl | |
org.hibernate.search.query.hibernate.impl |
Package | Description |
---|---|
org.hibernate.validator |
Bootstrap classes HibernateValidator and
HibernateValidatorConfiguration which uniquely identify Hibernate
Validator and allow to configure it.
|
org.hibernate.validator.cfg |
Entry point for the programmatic constraint definition API.
|
org.hibernate.validator.cfg.context |
Contains facet and creational context interfaces forming the API
for programmatic constraint definition.
|
org.hibernate.validator.cfg.defs |
Constraint definition classes for programmatic constraint
definition API.
|
org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
org.hibernate.validator.constraints.br |
Hibernate Validator Brazilian constraints.
|
org.hibernate.validator.group |
This package provides support for dynamic default group sequence
definition.
|
org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
org.hibernate.validator.internal.constraintvalidators |
Implementations of the Bean Validation built-in as well as
Hibernate Validator specific constraints.
|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.internal.engine.groups |
Helper classes for the processing of groups.
|
org.hibernate.validator.internal.engine.resolver |
Various implementations of the TraversableResolver interface.
|
org.hibernate.validator.internal.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
org.hibernate.validator.internal.metadata.core | |
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the
representation of method level constraints.
|
org.hibernate.validator.internal.metadata.location |
Contains types for the representation of constraint locations.
|
org.hibernate.validator.internal.metadata.provider |
Abstraction of the meta data sources - annotation, xml, programmatic
|
org.hibernate.validator.internal.metadata.raw |
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
|
org.hibernate.validator.internal.util |
Independent helper classes.
|
org.hibernate.validator.internal.util.annotationfactory |
Annotation proxy helper.
|
org.hibernate.validator.internal.util.logging |
Logging classes.
|
org.hibernate.validator.internal.util.privilegedactions |
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
|
org.hibernate.validator.internal.util.scriptengine |
Classes related to the evaluation of script with ScriptEngine (JSR-223).
|
org.hibernate.validator.internal.xml |
Classes used to parse Bean Validation XML configuration files.
|
org.hibernate.validator.messageinterpolation |
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used
by custom implementations of the interface for delegation.
|
org.hibernate.validator.method |
Deprecated. Will by replaced by equivalent
functionality defined by the Bean Validation 1.1 API as of Hibernate
Validator 5.
|
org.hibernate.validator.method.metadata |
Deprecated. Will by replaced by equivalent
functionality defined by the Bean Validation 1.1 API as of Hibernate
Validator 5.
|
org.hibernate.validator.resourceloading |
ResourceBundleLocator interface and its various implementations.
|
org.hibernate.validator.spi.group |
This package provides support for dynamic default group sequence definition.
|
org.hibernate.validator.spi.resourceloading |
ResourceBundleLocator interface.
|
Package | Description |
---|---|
org.osgi.service.http |
Http Service Package Version 1.2.
|
Package | Description |
---|---|
org.osgi.service.jpa |
JPA Package Version 1.0.
|
Package | Description |
---|---|
org.jboss.as.security.api |
Package | Description |
---|---|
org.jboss.system |
Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.client.annotation | |
org.jboss.ejb.client.naming.ejb | |
org.jboss.ejb.client.remoting |
Package | Description |
---|---|
org.jboss.ejb3.annotation |
Package | Description |
---|---|
org.jboss.resource.adapter.jms | |
org.jboss.resource.adapter.jms.inflow | |
org.jboss.resource.adapter.jms.util |
Package | Description |
---|---|
org.osgi.util.tracker |
Tracker Package Version 1.4.
|
org.osgi.util.xml |
XML Parser Package Version 1.0.
|
Package | Description |
---|---|
org.jboss.naming.remote | |
org.jboss.naming.remote.client | |
org.jboss.naming.remote.client.ejb | |
org.jboss.naming.remote.protocol | |
org.jboss.naming.remote.protocol.v1 | |
org.jboss.naming.remote.server |
Package | Description |
---|---|
org.jboss.remotingjmx | |
org.jboss.remotingjmx.protocol | |
org.jboss.remotingjmx.protocol.v1 | |
org.jboss.remotingjmx.protocol.v2 |
Package | Description |
---|---|
org.jboss.resteasy.plugins.providers.atom | |
org.jboss.resteasy.plugins.providers.atom.app | |
org.jboss.resteasy.plugins.providers.resteasy_atom.i18n |
Package | Description |
---|---|
org.jboss.resteasy.plugins.hibernatevalidator.i18n | |
org.jboss.resteasy.plugins.validation.hibernate |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers | |
org.jboss.resteasy.plugins.providers.jackson |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb.i18n | |
org.jboss.resteasy.plugins.stats |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers.jaxb.json | |
org.jboss.resteasy.plugins.providers.jaxb.json | |
org.jboss.resteasy.plugins.providers.jaxb.json.i18n |
Package | Description |
---|---|
org.jboss.resteasy.jsapi | |
org.jboss.resteasy.resteasy_jsapi.i18n |
Package | Description |
---|---|
org.jboss.resteasy.annotations.providers.multipart | |
org.jboss.resteasy.plugins.providers.multipart | |
org.jboss.resteasy.plugins.providers.multipart.i18n |
Package | Description |
---|---|
org.jboss.weld.context | |
org.jboss.weld.context.bound | |
org.jboss.weld.context.ejb | |
org.jboss.weld.context.http | |
org.jboss.weld.context.unbound |
Package | Description |
---|---|
org.jboss.ws.api | |
org.jboss.ws.api.addressing |
JSR-261 support classes and interfaces
|
org.jboss.ws.api.annotation |
JBossWS stack agnostic annotations
|
org.jboss.ws.api.binding |
JBossWS binding customization interfaces
|
org.jboss.ws.api.configuration | |
org.jboss.ws.api.handler |
Convenient extensions to JAX-WS handler framework
|
org.jboss.ws.api.monitoring |
Classes and interfaces for monitoring through collection of records.
|
org.jboss.ws.api.tools |
JBossWS interfaces for JAX-WS tooling
|
org.jboss.ws.api.util |
Convenient utilities
|
Package | Description |
---|---|
org.opensaml | |
org.opensaml.common |
Base classes for working with SAML as Java objects.
|
org.opensaml.common.binding |
Classes related to SAML binding operations.
|
org.opensaml.common.binding.artifact |
Classes that may be used to create and manipulate SAML artifacts.
|
org.opensaml.common.binding.decoding |
Classes used to decode SAML messages.
|
org.opensaml.common.binding.encoding |
Classes used to encode SAML messages.
|
org.opensaml.common.binding.security |
Classes responsible for performing transport-related and basic message
validation of decoded SAML messages.
|
org.opensaml.common.impl |
Base classes for various SAMLObjects constructs.
|
org.opensaml.common.xml |
Parser pool manager and SAML constants.
|
org.opensaml.saml1.binding |
Classes for working with SAML 1 bindings.
|
org.opensaml.saml1.binding.artifact |
Classes that may be used to create and manipulate SAML artifacts.
|
org.opensaml.saml1.binding.decoding |
Classes used to decode SAML messages.
|
org.opensaml.saml1.binding.encoding |
Classes used to encode SAML messages.
|
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
org.opensaml.saml1.core.validator |
Validation rules for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml2.binding |
Class for working with SAML 2 bindings.
|
org.opensaml.saml2.binding.artifact |
Classes that may be used to create and manipulate SAML 2 artifacts.
|
org.opensaml.saml2.binding.decoding |
Classes used to decode SAML 2 messages.
|
org.opensaml.saml2.binding.encoding |
Classes used to encode SAML 2 messages.
|
org.opensaml.saml2.binding.security |
Classes responsible for performing transport-related and basic message
validation of decoded SAML 2 messages.
|
org.opensaml.saml2.common |
Interfaces for elements and attribtues used in multiple SAML 2.0 specification.
|
org.opensaml.saml2.common.impl |
Implementations of elements and attribtues used in multiple SAML 2.0 specification.
|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
org.opensaml.saml2.ecp | |
org.opensaml.saml2.ecp.impl | |
org.opensaml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.provider |
Class for retrieving, filtering, and querying metadata.
|
org.opensaml.saml2.metadata.support | |
org.opensaml.saml2.metadata.validator |
Validation rules for SAML 2.0 metadata types and elements.
|
org.opensaml.samlext.idpdisco | |
org.opensaml.samlext.saml1md |
Interfaces for SAML 1 metadata profile.
|
org.opensaml.samlext.saml1md.impl |
Implementation of SAML 1 metadata profile objects.
|
org.opensaml.samlext.saml2delrestrict |
Interfaces for SAML 2 Condition for Delegation Restriction.
|
org.opensaml.samlext.saml2delrestrict.impl |
Implementation for SAML 2 Condition for Delegation Restriction.
|
org.opensaml.samlext.saml2mdattr | |
org.opensaml.samlext.saml2mdattr.impl | |
org.opensaml.samlext.saml2mdquery |
Interfaces for SAML 2 metadata standalone query endpoints profile.
|
org.opensaml.samlext.saml2mdquery.impl |
Implemention for SAML 2 metadata standalone query endpoints profile objects.
|
org.opensaml.samlext.saml2mdui | |
org.opensaml.samlext.saml2mdui.impl | |
org.opensaml.samlext.samlpthrpty |
Interfaces for SAML 2 protocol third-party response profile.
|
org.opensaml.samlext.samlpthrpty.impl |
Implementation for SAML 2 protocol third-party response profile objects.
|
org.opensaml.security |
Classes related to verifying various credentials within a SAML system.
|
org.opensaml.util |
General utility classes.
|
org.opensaml.util.resource |
Utility classes that represent readable, stream based, resources such as local filesystem and classpath resources as
well as remote resources such as documents retrieved via HTTP(S).
|
org.opensaml.util.storage |
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
|
org.opensaml.ws |
Objects dealing directly with SOAP-based web services.
|
org.opensaml.ws.message |
Objects related to messages received and sent by web services.
|
org.opensaml.ws.message.decoder |
Messages decoders are responsible for extracting an incomming web serivce message from the inbound transport.
|
org.opensaml.ws.message.encoder |
Messages encoders are responsible for encoding an outgoing web serivce message onto the outbound transport.
|
org.opensaml.ws.message.handler | |
org.opensaml.ws.security |
Provides interfaces that may be used to implement policies that are evaluated against incoming messages.
|
org.opensaml.ws.security.provider |
Basic implementations of some security policies.
|
org.opensaml.ws.soap.client | |
org.opensaml.ws.soap.client.http | |
org.opensaml.ws.soap.common |
Common classes shared across SOAP versions, clients, and transports.
|
org.opensaml.ws.soap.soap11 |
XMLObject interfaces for SOAP 1.1 elements.
|
org.opensaml.ws.soap.soap11.decoder | |
org.opensaml.ws.soap.soap11.decoder.http | |
org.opensaml.ws.soap.soap11.encoder | |
org.opensaml.ws.soap.soap11.encoder.http | |
org.opensaml.ws.soap.soap11.impl |
Provided implementations of the SOAP 1.1 XMLObject interfaces.
|
org.opensaml.ws.soap.soap12 | |
org.opensaml.ws.soap.util |
General utility classes.
|
org.opensaml.ws.transport |
Interfaces to the various transports (HTTP, SMTP, TCP, etc.) that may be used to receive/send messages.
|
org.opensaml.ws.transport.http |
HTTP transport classes included bindings for Servlets.
|
org.opensaml.ws.wsaddressing |
XMLObject interfaces for WS-Addressing 1.0 elements.
|
org.opensaml.ws.wsaddressing.impl | |
org.opensaml.ws.wsaddressing.util | |
org.opensaml.ws.wsfed | |
org.opensaml.ws.wsfed.impl | |
org.opensaml.ws.wspolicy |
XMLObject interfaces for WS-Policy 1.2 elements.
|
org.opensaml.ws.wspolicy.impl | |
org.opensaml.ws.wssecurity |
XMLObject interfaces for WS-Security 2004 elements.
|
org.opensaml.ws.wssecurity.impl | |
org.opensaml.ws.wssecurity.util | |
org.opensaml.ws.wstrust |
XMLObject interfaces for WS-Trust 1.3 elements.
|
org.opensaml.ws.wstrust.impl | |
org.opensaml.xacml | |
org.opensaml.xacml.ctx | |
org.opensaml.xacml.ctx.impl | |
org.opensaml.xacml.ctx.provider | |
org.opensaml.xacml.impl | |
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl | |
org.opensaml.xacml.profile.saml | |
org.opensaml.xacml.profile.saml.impl | |
org.opensaml.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xml.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xml.encryption.validator | |
org.opensaml.xml.io |
Interfaces and abstract implementations of marshallers and unmarshallers.
|
org.opensaml.xml.parse |
Classes for managing pools of DOM parsers (
DocumentBuilders ). |
org.opensaml.xml.schema |
Interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.xml.schema.impl |
Implementations of the interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.xml.schema.validator | |
org.opensaml.xml.security |
Interfaces and classes used in representing cryptographic credentials, evaluating the trustworthiness of security of tokens, etc.
|
org.opensaml.xml.security.credential |
Interfaces and classes related to credentials and ways to represent
them.
|
org.opensaml.xml.security.credential.criteria |
Implementations of
EvaluableCriteria where the
parameterized evaluation target type is Credential . |
org.opensaml.xml.security.criteria |
Classes which model the abstract notion of a 'criteria'.
|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xml.security.keyinfo.provider |
Specific implementations of
KeyInfoProvider . |
org.opensaml.xml.security.trust |
Interfaces and classes used to evaluate the trustworthiness
and validity of
Credential s |
org.opensaml.xml.security.x509 |
X509 based credential and trust class.
|
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
org.opensaml.xml.signature.validator | |
org.opensaml.xml.util |
Utility classes for working with XML, XMLObjects, and various data types.
|
org.opensaml.xml.validation |
Interfaces for classes that may be used to validate trees of XMLObjects.
|
Package | Description |
---|---|
org.osgi.framework |
Framework Package Version 1.5.
|
org.osgi.framework.hooks.service |
Framework Service Hooks Package Version 1.0.
|
org.osgi.framework.launch |
Framework Launch Package Version 1.0.
|
org.osgi.service.condpermadmin |
Conditional Permission Admin Package Version 1.1.
|
org.osgi.service.packageadmin |
Package Admin Package Version 1.2.
|
org.osgi.service.permissionadmin |
Permission Admin Package Version 1.2.
|
org.osgi.service.startlevel |
Start Level Package Version 1.1.
|
org.osgi.service.url |
URL Stream and Content Handlers Package Version 1.0.
|
Package | Description |
---|---|
org.osgi.jmx |
OSGi JMX Package Version 1.0.
|
org.osgi.jmx.framework |
OSGi JMX Framework Package Version 1.5.
|
org.osgi.jmx.service.cm |
OSGi JMX CM Package Version 1.3.
|
org.osgi.jmx.service.permissionadmin |
OSGi JMX Permission Admin Package Admin Package Version 1.2.
|
org.osgi.jmx.service.provisioning |
OSGi JMX Initial Provisioning Package Version 1.2.
|
org.osgi.jmx.service.useradmin |
OSGi JMX User Admin Package Version 1.1.
|
org.osgi.service.blueprint.container |
Blueprint Container Package Version 1.0.
|
org.osgi.service.blueprint.reflect |
Blueprint Reflection Package Version 1.0.
|
org.osgi.service.cm |
Configuration Admin Package Version 1.3.
|
org.osgi.service.component |
Service Component Package Version 1.1.
|
org.osgi.service.event |
Event Admin Package Version 1.2.
|
org.osgi.service.jdbc |
JDBC Service Package Version 1.0.
|
org.osgi.service.jndi |
JNDI Package Version 1.0.
|
org.osgi.service.log |
Log Service Package Version 1.3.
|
org.osgi.service.metatype |
Metatype Package Version 1.1.
|
org.osgi.service.provisioning |
Provisioning Package Version 1.2.
|
org.osgi.service.remoteserviceadmin |
Remote Service Admin Package Version 1.0.
|
org.osgi.service.useradmin |
User Admin Package Version 1.1.
|
Package | Description |
---|---|
org.picketlink.idm.jpa.model.sample.simple |
Package | Description |
---|---|
org.apache.commons.logging |
Jakarta Commons Logging implemented over SLF4J.
|
org.apache.commons.logging.impl |
SLF4J based implementation of commons-logging wrapper APIs.
|
Package | Description |
---|---|
org.slf4j |
Core logging interfaces.
|
org.slf4j.helpers |
Helper classes.
|
org.slf4j.spi |
Classes and interfaces which are internal to SLF4J.
|
Package | Description |
---|---|
org.slf4j.agent |
"-javaagent" routines for SLF4J.
|
org.slf4j.cal10n |
SLF4J API extensions
|
org.slf4j.ext |
Localized logging using the CAL10N API.
|
org.slf4j.instrumentation |
Java instrumentation routines for SLF4J.
|
org.slf4j.profiler |
Poor man's profiler API
|
Package | Description |
---|---|
javax.xml.namespace | |
org.picketlink.social.openid | |
org.picketlink.social.openid.providers |
Copyright © 2018 JBoss by Red Hat. All rights reserved.