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

A

AbstractHtmlRepresentationRenderer< T> - Class in de.smartics.properties.admin.resources.representation.html.share
Base implementation for HTML documents.
AbstractHtmlRepresentationRenderer(HtmlResourceContext, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.html.share. AbstractHtmlRepresentationRenderer
Default constructor using a stream.
AbstractRepresentationRenderer< T> - Class in de.smartics.properties.admin.resources.representation.share
Base implementation for document renderers.
AbstractRepresentationRenderer(ResourceContext, String, OutputStream, String) - Constructor for class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
Default constructor using a stream.
AbstractXmlRepresentationRenderer< T> - Class in de.smartics.properties.admin.resources.representation.xml.share
Base implementation for XML documents.
AbstractXmlRepresentationRenderer(ResourceContext, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.xml.share. AbstractXmlRepresentationRenderer
Default constructor using a stream.
addApplication() - Method in class de.smartics.properties.admin.resources.representation.html.share. ApplicationHtmlRenderingHelper
Adds the HTML representation of the application.
addPropertyProviders(Collection<PropertyProvider>) - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
addPropertyProviders(PropertyProvider...) - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
addRootLocations(Collection<URL>) - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
addRootLocations(URL...) - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
addRootUrls(ArtifactId) - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
adjustSelf(List<LinkDescriptor>) - Static method in class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Adds the self relation to the last element in the list of links.
api() - Method in class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Returns the breadcrumbs for the view that shows the list of services provided by the API.
API_HOME - Static variable in class de.smartics.properties.admin.domain.model. AppRelations
The relation API home for smartics.
API_PATH - Static variable in class de.smartics.properties.admin.domain.model. Paths
The path to the rest API within the server.
ApiResource - Class in de.smartics.properties.admin.resources.controller
Provides access information about the API.
ApiResource() - Constructor for class de.smartics.properties.admin.resources.controller. ApiResource
 
ApiServices - Class in de.smartics.properties.admin.domain.model
The aggregate of services provided by the API.
ApiServices(List<ApiServices.ServiceDescriptor>) - Constructor for class de.smartics.properties.admin.domain.model. ApiServices
Default constructor.
ApiServices.ServiceDescriptor - Class in de.smartics.properties.admin.domain.model
The descriptor of the service that is part of the API.
ApiServices.ServiceDescriptor(String, Class<?>) - Constructor for class de.smartics.properties.admin.domain.model. ApiServices.ServiceDescriptor
Default constructor.
ApiServicesHtmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.html
Maps domain objects of type ApiServices to their HTML representation builders.
ApiServicesHtmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.html. ApiServicesHtmlRepresentationBodyWriter
 
ApiServicesHtmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.html
Displays the list of services in an HTML page.
ApiServicesHtmlRepresentationRenderer(HtmlResourceContext, ApiServices, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.html. ApiServicesHtmlRepresentationRenderer
Default constructor.
ApiServicesXmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.xml
Maps domain objects of type ApiServices to their XML representation builders.
ApiServicesXmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.xml. ApiServicesXmlRepresentationBodyWriter
 
ApiServicesXmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.xml
Displays the list of services in an XML page.
ApiServicesXmlRepresentationRenderer(ResourceContext, ApiServices, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.xml. ApiServicesXmlRepresentationRenderer
Default constructor.
ApplicationHtmlRenderingHelper - Class in de.smartics.properties.admin.resources.representation.html.share
Helps rendering that part of a representation that shows application information.
ApplicationHtmlRenderingHelper(Html, HtmlPathHelper, ManagedApplication) - Constructor for class de.smartics.properties.admin.resources.representation.html.share. ApplicationHtmlRenderingHelper
Default constructor.
ApplicationIdConfigurationJndiLoader - Class in de.smartics.properties.admin.domain.service
Responsible to read application identifier properties from the JNDI.
ApplicationIdConfigurationJndiLoader() - Constructor for class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationJndiLoader
Default constructor.
ApplicationIdConfigurationLoader - Class in de.smartics.properties.admin.domain.service
Responsible to read application identifier properties.
ApplicationIdConfigurationLoader() - Constructor for class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationLoader
Default constructor.
ApplicationIdConfigurationPropertiesLoader - Class in de.smartics.properties.admin.domain.service
Responsible to read application identifier properties from the classpath.
ApplicationIdConfigurationPropertiesLoader() - Constructor for class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationPropertiesLoader
Default constructor.
AppRelations - Class in de.smartics.properties.admin.domain.model
Defines constants for relations used in this application.
ARCHIVE_TYPE - Static variable in class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationLoader
The archive type the application is distributed.
ARTIFACT_ID - Static variable in class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationLoader
The identifier of the application within the group.

B

bodyContents() - Method in class de.smartics.properties.admin.resources.representation.html. ApiServicesHtmlRepresentationRenderer
 
bodyContents() - Method in class de.smartics.properties.admin.resources.representation.html. ConfigurationKeysHtmlRepresentationRenderer
 
bodyContents() - Method in class de.smartics.properties.admin.resources.representation.html. JndiHtmlRepresentationRenderer
 
bodyContents() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorHtmlRepresentationRenderer
 
bodyContents() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorsHtmlRepresentationRenderer
 
bodyContents() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyHtmlRepresentationRenderer
 
bodyContents() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyKeysHtmlRepresentationRenderer
 
bodyContents() - Method in class de.smartics.properties.admin.resources.representation.html. SecurityHtmlRepresentationRenderer
 
bodyContents() - Method in class de.smartics.properties.admin.resources.representation.html.share. AbstractHtmlRepresentationRenderer
The contents to write to the HTML body.
bodyContents() - Method in class de.smartics.properties.admin.resources.representation.html.share. ExceptionHtmlRepresentationRenderer
 
bootstrap(String) - Method in class de.smartics.properties.admin.resources.representation.html.share. HtmlPathHelper
Returns an absolute path to a bootstrap resource.
breadcrumb - Variable in class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
The helper to create the breadcrumbs.
BreadcrumbHelper - Class in de.smartics.properties.admin.resources.representation.share
A simple helper to create breadcrumbs.
BreadcrumbHelper(LinkDescriptorFactory, String) - Constructor for class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Default constructor.
breadcrumbLinks() - Method in class de.smartics.properties.admin.resources.representation.html. ApiServicesHtmlRepresentationRenderer
 
breadcrumbLinks() - Method in class de.smartics.properties.admin.resources.representation.html. ConfigurationKeysHtmlRepresentationRenderer
 
breadcrumbLinks() - Method in class de.smartics.properties.admin.resources.representation.html. JndiHtmlRepresentationRenderer
 
breadcrumbLinks() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorHtmlRepresentationRenderer
 
breadcrumbLinks() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorsHtmlRepresentationRenderer
 
breadcrumbLinks() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyHtmlRepresentationRenderer
 
breadcrumbLinks() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyKeysHtmlRepresentationRenderer
 
breadcrumbLinks() - Method in class de.smartics.properties.admin.resources.representation.html. SecurityHtmlRepresentationRenderer
 
breadcrumbLinks() - Method in class de.smartics.properties.admin.resources.representation.html.share. AbstractHtmlRepresentationRenderer
Returns the breadcrumbs.
breadcrumbLinks() - Method in class de.smartics.properties.admin.resources.representation.html.share. ExceptionHtmlRepresentationRenderer
 

C

CannotInitializeManagedApplicationException - Exception in de.smartics.properties.admin.domain.model
Signals that the managed application cannot be initialized.
CannotInitializeManagedApplicationException(Throwable) - Constructor for exception de.smartics.properties.admin.domain.model. CannotInitializeManagedApplicationException
Default constructor.
characterEncoding - Variable in class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
The character encoding to use to render the output.
CLASSIFIER - Static variable in class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationLoader
The optional classifier to identify the distribution bundle.
CLASSPATH_LOCATION - Static variable in class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationPropertiesLoader
The location within the classpath to find the configuration file to load.
clean() - Method in class de.smartics.properties.admin.domain.model. ManagedApplication
Cleans the definitions from the factory.
close() - Method in class de.smartics.properties.admin.resources.representation.html.share. AbstractHtmlRepresentationRenderer
 
close() - Method in class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
Releases any resources held by the renderer.
close() - Method in class de.smartics.properties.admin.resources.representation.xml. ApiServicesXmlRepresentationRenderer
 
close() - Method in class de.smartics.properties.admin.resources.representation.xml. ConfigurationKeysXmlRepresentationRenderer
 
close() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorsXmlRepresentationRenderer
 
close() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorXmlRepresentationRenderer
 
close() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyKeysXmlRepresentationRenderer
 
close() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyXmlRepresentationRenderer
 
CONFIGURATION - Static variable in class de.smartics.properties.admin.domain.model. AppRelations
Relation to a configuration page.
configuration(String) - Method in class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Returns the breadcrumbs for the view that shows the list of properties by their keys.
ConfigurationKeys - Class in de.smartics.properties.admin.domain.model
The aggregate of configuration keys.
ConfigurationKeys(ManagedApplication, Collection<ConfigurationKey<?>>) - Constructor for class de.smartics.properties.admin.domain.model. ConfigurationKeys
Default constructor.
ConfigurationKeysHtmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.html
Maps domain objects of type ConfigurationKeys to their HTML representation builders.
ConfigurationKeysHtmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.html. ConfigurationKeysHtmlRepresentationBodyWriter
 
ConfigurationKeysHtmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.html
Displays the list of configuration keys in an HTML page.
ConfigurationKeysHtmlRepresentationRenderer(HtmlResourceContext, ConfigurationKeys, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.html. ConfigurationKeysHtmlRepresentationRenderer
Default constructor.
ConfigurationKeysResource - Class in de.smartics.properties.admin.resources.controller
Provides access to configuration keys to select a configuration.
ConfigurationKeysResource() - Constructor for class de.smartics.properties.admin.resources.controller. ConfigurationKeysResource
 
ConfigurationKeysXmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.xml
Maps domain objects of type ConfigurationKeys to their SDoc XML representation builders.
ConfigurationKeysXmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.xml. ConfigurationKeysXmlRepresentationBodyWriter
 
ConfigurationKeysXmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.xml
Displays the list of configuration keys in an XML page.
ConfigurationKeysXmlRepresentationRenderer(ResourceContext, ConfigurationKeys, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.xml. ConfigurationKeysXmlRepresentationRenderer
Default constructor.
ConfigurationProperty - Class in de.smartics.properties.admin.domain.model
A property with its descriptor.
ConfigurationProperty(String, String, PropertyDescriptor, DescribedProperty) - Constructor for class de.smartics.properties.admin.domain.model. ConfigurationProperty
Default constructor.
CONFIGURATIONS - Static variable in class de.smartics.properties.admin.domain.model. AppRelations
Relation to a configurations page.
CONFIGURATIONS - Static variable in class de.smartics.properties.admin.resources.controller. ApiResource
The service to configure configurations.
configurations() - Method in class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Returns the breadcrumbs for the view that shows the list of configurations by their keys.
ConfigurationService - Class in de.smartics.properties.admin.domain.service
Application service to access configurations.
ConfigurationService() - Constructor for class de.smartics.properties.admin.domain.service. ConfigurationService
 
context - Variable in class de.smartics.properties.admin.resources.representation.xml.share. AbstractXmlRepresentationRenderer
The context information to render the representation.
create(ConfigurationKey<?>) - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
create(ResourceContext, ApiServices, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.html. ApiServicesHtmlRepresentationBodyWriter
 
create(ResourceContext, ConfigurationKeys, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.html. ConfigurationKeysHtmlRepresentationBodyWriter
 
create(ResourceContext, JndiConfiguration, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.html. JndiHtmlRepresentationBodyWriter
 
create(ResourceContext, PropertyDescriptor, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorHtmlRepresentationBodyWriter
 
create(ResourceContext, PropertyDescriptors, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorsHtmlRepresentationBodyWriter
 
create(ResourceContext, ConfigurationProperty, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.html. PropertyHtmlRepresentationBodyWriter
 
create(ResourceContext, PropertiesConfiguration, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.html. PropertyKeysHtmlRepresentationBodyWriter
 
create(ResourceContext, Security, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.html. SecurityHtmlRepresentationBodyWriter
 
create(ResourceContext, ApiServices, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.xml. ApiServicesXmlRepresentationBodyWriter
 
create(ResourceContext, ConfigurationKeys, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.xml. ConfigurationKeysXmlRepresentationBodyWriter
 
create(ResourceContext, PropertyDescriptors, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorsXmlRepresentationBodyWriter
 
create(ResourceContext, PropertyDescriptor, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorXmlRepresentationBodyWriter
 
create(ResourceContext, PropertiesConfiguration, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyKeysXmlRepresentationBodyWriter
 
create(ResourceContext, ConfigurationProperty, OutputStream) - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyXmlRepresentationBodyWriter
 
CREATE_CONFIG - Static variable in class de.smartics.properties.admin.domain.model. Roles
The create role allows to create new configurations.
createDefault() - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
createDefaultManagement() - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
createDescriptor(String, Class<?>, String, Object...) - Method in class de.smartics.properties.admin.resources.representation.share. LinkDescriptorFactory
Creates the link descriptor to the a generic service.
createDescriptor(String, URI) - Method in class de.smartics.properties.admin.resources.representation.share. LinkDescriptorFactory
Creates the link descriptor to the a generic service with a fixed, maybe external, URI.
createDescriptor(ApiServices.ServiceDescriptor, String) - Method in class de.smartics.properties.admin.resources.representation.share. LinkDescriptorFactory
Creates the link descriptor to the a generic service.
createFactory(ArtifactId, DataSourceConfiguration) - Method in class de.smartics.properties.admin.domain.service. ConfigurationService
Creates a factory to create properties configurations.
createManagement(ConfigurationKey<?>) - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
css(String) - Method in class de.smartics.properties.admin.resources.representation.html.share. HtmlPathHelper
Returns an absolute path to the given css file.

D

de.smartics.properties.admin.domain.model - package de.smartics.properties.admin.domain.model
Provides entities and aggregates of the domain.
de.smartics.properties.admin.domain.service - package de.smartics.properties.admin.domain.service
Provides shared application utilities.
de.smartics.properties.admin.resources.controller - package de.smartics.properties.admin.resources.controller
Provides access to the configuration used by the server.
de.smartics.properties.admin.resources.representation.html - package de.smartics.properties.admin.resources.representation.html
Provides representation utils for HTML.
de.smartics.properties.admin.resources.representation.html.share - package de.smartics.properties.admin.resources.representation.html.share
Provides classes shared by all HTML representation builders.
de.smartics.properties.admin.resources.representation.share - package de.smartics.properties.admin.resources.representation.share
Provides helpers shared by all representation renderers.
de.smartics.properties.admin.resources.representation.xml - package de.smartics.properties.admin.resources.representation.xml
Provides representation utils for rendering information as SDoc XML.
de.smartics.properties.admin.resources.representation.xml.share - package de.smartics.properties.admin.resources.representation.xml.share
Provides classes shared by all SDoc XML representation builders.
de.smartics.properties.admin.resources.share - package de.smartics.properties.admin.resources.share
Provides utilities to handle resources.
DESCRIPTOR - Static variable in class de.smartics.properties.admin.domain.model. AppRelations
Relation to a property page.
DESCRIPTOR - Static variable in class de.smartics.properties.admin.resources.controller. ApiResource
The service to view a selected property descriptor.
descriptor(String) - Method in class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Returns the breadcrumbs for the view that shows a selected property descriptor.
DESCRIPTORS - Static variable in class de.smartics.properties.admin.domain.model. AppRelations
Relation to a descriptors page.
DESCRIPTORS - Static variable in class de.smartics.properties.admin.resources.controller. ApiResource
The service to browse property descriptors.
descriptors() - Method in class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Returns the breadcrumbs for the view that shows the list of property descriptors.
ds() - Method in class de.smartics.properties.admin.resources.representation.html.share. HtmlPathHelper
Returns the path to the datasource configuration on a JBoss server.

E

EDIT_PROPERTY - Static variable in class de.smartics.properties.admin.domain.model. Roles
The edit role allows to edit property values.
entityStream - Variable in class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
The original stream to write to.
ExceptionHandler - Class in de.smartics.properties.admin.resources.share
Handles raised exceptions by transforming them to their representations for the client.
ExceptionHandler() - Constructor for class de.smartics.properties.admin.resources.share. ExceptionHandler
 
ExceptionHtmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.html.share
HTML view to render exception information.
ExceptionHtmlRepresentationRenderer(HtmlResourceContext, Throwable, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.html.share. ExceptionHtmlRepresentationRenderer
Default constructor.

F

factory - Variable in class de.smartics.properties.admin.resources.representation.html.share. AbstractHtmlRepresentationRenderer
The factory to access output properties.
factory - Variable in class de.smartics.properties.admin.resources.share. ExceptionHandler
The factory to create the HTML documents.

G

get(String) - Method in class de.smartics.properties.admin.domain.model. PropertyDescriptors
Returns the sorted list of property descriptors.
getApplication() - Method in class de.smartics.properties.admin.domain.model. ConfigurationKeys
Returns the application the keys are part of.
getApplication() - Static method in class de.smartics.properties.admin.domain.model. ManagedApplication
Provides access to the managed application.
getApplication() - Method in class de.smartics.properties.admin.domain.model. PropertiesConfiguration
Returns the application the keys are part of.
getApplicationId() - Method in class de.smartics.properties.admin.domain.model. ManagedApplication
Returns the identifier of the application managed.
getArchiveType() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the archive type of the application the configuration is associated with.
getArtifactId() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the artifact identifier of the application the configuration is associated with.
getArtifactRef(String) - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
getAsDotXml(String) - Method in class de.smartics.properties.admin.resources.controller. PropertyDescriptorResource
Returns the property descriptor for a given property key.
getAsDotXml(String, String) - Method in class de.smartics.properties.admin.resources.controller. PropertyResource
Returns the property value for a given property key in its SDoc XML representation.
getAsHtml() - Method in class de.smartics.properties.admin.resources.controller. ApiResource
Provides a list of services in HTML.
getAsHtml() - Method in class de.smartics.properties.admin.resources.controller. ConfigurationKeysResource
Returns the configuration keys for the configured application.
getAsHtml() - Method in class de.smartics.properties.admin.resources.controller. JndiResource
Provides information about the JNDI properties that may be used by smartics-properties.
getAsHtml(String) - Method in class de.smartics.properties.admin.resources.controller. PropertyDescriptorResource
Returns the property descriptor for a given property key as HTML.
getAsHtml() - Method in class de.smartics.properties.admin.resources.controller. PropertyDescriptorsResource
Returns the property descriptors registered with the application.
getAsHtml(String) - Method in class de.smartics.properties.admin.resources.controller. PropertyKeysResource
Returns the property keys for a selected configuration.
getAsHtml(String, String) - Method in class de.smartics.properties.admin.resources.controller. PropertyResource
Returns the property value for a given property key.
getAsHtml(String, String) - Method in class de.smartics.properties.admin.resources.controller. SecurityResource
Returns the encrypted or decrypted text.
getAsText() - Method in class de.smartics.properties.admin.resources.controller. ConfigurationKeysResource
Returns the configuration keys for the configured application.
getAsText(String) - Method in class de.smartics.properties.admin.resources.controller. PropertyKeysResource
Returns the property keys for a selected configuration.
getAsText(String, String) - Method in class de.smartics.properties.admin.resources.controller. PropertyResource
Returns the property value for a given property key.
getAsXml() - Method in class de.smartics.properties.admin.resources.controller. ApiResource
Provides a list of services in XML.
getAsXml() - Method in class de.smartics.properties.admin.resources.controller. ConfigurationKeysResource
Returns the configuration keys for the configured application.
getAsXml(String) - Method in class de.smartics.properties.admin.resources.controller. PropertyDescriptorResource
Returns the property descriptor for a given property key.
getAsXml() - Method in class de.smartics.properties.admin.resources.controller. PropertyDescriptorsResource
Returns the property descriptors registered with the application.
getAsXml(String) - Method in class de.smartics.properties.admin.resources.controller. PropertyKeysResource
Returns the property keys for a selected configuration as SDoc XML.
getAsXml(String, String) - Method in class de.smartics.properties.admin.resources.controller. PropertyResource
Returns the property value for a given property key in its SDoc XML representation.
getCacheName() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the name of the cache within the JNDI to be looked up.
getClassifier() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the classifier of the application the configuration is associated with.
getConfiguration(ConfigurationKey<?>) - Method in class de.smartics.properties.admin.domain.model. ManagedApplication
Provides access to configurations.
getConfiguration(String) - Method in class de.smartics.properties.admin.domain.model. ManagedApplication
Provides access to configurations.
getConfigurationKey() - Method in class de.smartics.properties.admin.domain.model. ConfigurationProperty
Returns the unique identifier of the configuration.
getConfigurationKeys() - Method in class de.smartics.properties.admin.domain.model. ManagedApplication
Returns the collection of configuration keys.
getConfigurationProperties() - Method in class de.smartics.properties.admin.domain.model. PropertiesConfiguration
Returns the properties of the configuration.
getDataSourceConfig() - Method in class de.smartics.properties.admin.domain.model. ManagedApplication
Returns the data source that contains the property definitions.
getDescriptor() - Method in class de.smartics.properties.admin.domain.model. ConfigurationProperty
Returns the descriptor to the property.
getDescriptorRegistry() - Method in class de.smartics.properties.admin.domain.model. ManagedApplication
Returns the registry of known descriptors.
getDsCreateTable() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the flag to the datasource to create the properties table.
getDsDropTable() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the flag to the datasource to drop the properties table.
getDsName() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the name of the datasource within the JNDI to be looked up.
getEncryptedText() - Method in class de.smartics.properties.admin.domain.model. Security
Returns the encrypted text.
getFactoryConfiguration() - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
getGroupId() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the group identifier of the application the configuration is associated with.
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.html. ApiServicesHtmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.html. ConfigurationKeysHtmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.html. JndiHtmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorHtmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorsHtmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyHtmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyKeysHtmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.html. SecurityHtmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.xml. ApiServicesXmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.xml. ConfigurationKeysXmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorsXmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorXmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyKeysXmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyXmlRepresentationBodyWriter
 
getI18nProvider() - Method in class de.smartics.properties.admin.resources.share. ExceptionHandler
 
getId() - Method in class de.smartics.properties.admin.domain.model. ApiServices.ServiceDescriptor
Returns the identifier of the service.
getJndiConfiguration() - Static method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Provides access to the JNDI configuration.
getKey() - Method in class de.smartics.properties.admin.domain.model. PropertiesConfiguration
Returns the unique identifier of the configuration.
getKeys() - Method in class de.smartics.properties.admin.domain.model. ConfigurationKeys
Returns the keys to configurations of the application.
getPlainText() - Method in class de.smartics.properties.admin.domain.model. Security
Returns the plain text.
getProperties() - Method in class de.smartics.properties.admin.domain.model. PropertiesConfiguration
Returns the list of properties.
getProperty() - Method in class de.smartics.properties.admin.domain.model. ConfigurationProperty
Returns the access to the property value.
getPropertyKey() - Method in class de.smartics.properties.admin.domain.model. ConfigurationProperty
Returns the unique identifier of the property within the configuration.
getPropertyKeys() - Method in class de.smartics.properties.admin.domain.model. PropertyDescriptors
Returns the sorted collection of property keys.
getPropertyValue() - Method in class de.smartics.properties.admin.domain.model. ConfigurationProperty
Returns the value of the property.
getProvider() - Method in class de.smartics.properties.admin.resources.representation.share. LinkDescriptorFactory
Returns the provider of localized information.
getRegisteredConfigurationKeys() - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
getRegistry() - Method in class de.smartics.properties.admin.domain.model. PropertyDescriptors
Returns the registry of known descriptors.
getRegistry() - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
getRemoteRepositoryUrl() - Method in class de.smartics.properties.admin.domain.model. ManagedApplication
Returns the URL to the remote repository.
getRemoteUrl() - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
Returns the URL to the remote repository.
getResourceType() - Method in class de.smartics.properties.admin.domain.model. ApiServices.ServiceDescriptor
Returns the resource that implements the service.
getSecurity() - Method in class de.smartics.properties.admin.domain.model. ManagedApplication
Returns the security component to encrypt and decrypt values.
getSecurityAlgorithm() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the security algorithm.
getSecurityKey() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the security key.
getSecurityProvider() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the security provider.
getSecurityTransformation() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the security transformation.
getServices() - Method in class de.smartics.properties.admin.domain.model. ApiServices
Returns the list of services provided.
getTitle() - Method in class de.smartics.properties.admin.resources.representation.html. ApiServicesHtmlRepresentationRenderer
 
getTitle() - Method in class de.smartics.properties.admin.resources.representation.html. ConfigurationKeysHtmlRepresentationRenderer
 
getTitle() - Method in class de.smartics.properties.admin.resources.representation.html. JndiHtmlRepresentationRenderer
 
getTitle() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorHtmlRepresentationRenderer
 
getTitle() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorsHtmlRepresentationRenderer
 
getTitle() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyHtmlRepresentationRenderer
 
getTitle() - Method in class de.smartics.properties.admin.resources.representation.html. PropertyKeysHtmlRepresentationRenderer
 
getTitle() - Method in class de.smartics.properties.admin.resources.representation.html. SecurityHtmlRepresentationRenderer
 
getTitle() - Method in class de.smartics.properties.admin.resources.representation.html.share. AbstractHtmlRepresentationRenderer
Returns the title to the page.
getTitle() - Method in class de.smartics.properties.admin.resources.representation.html.share. ExceptionHtmlRepresentationRenderer
 
getUriInfo() - Method in class de.smartics.properties.admin.resources.representation.share. LinkDescriptorFactory
Returns the helper to construct links.
getVersion() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Returns the version of the application the configuration is associated with.
GROUP_ID - Static variable in class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationLoader
The identifier to specify the group the application belongs to.

H

home() - Method in class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Returns the breadcrumbs for the view that shows the home page.
html - Variable in class de.smartics.properties.admin.resources.representation.html.share. AbstractHtmlRepresentationRenderer
The HTML instance to create HTML documents.
htmlContext - Variable in class de.smartics.properties.admin.resources.representation.html.share. AbstractHtmlRepresentationRenderer
The context information to render the representation.
HtmlPathHelper - Class in de.smartics.properties.admin.resources.representation.html.share
Helper to create request paths.
HtmlPathHelper(UriInfo) - Constructor for class de.smartics.properties.admin.resources.representation.html.share. HtmlPathHelper
Default constructor.
htmlUtils - Variable in class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
Utilities to deal with HTML.
htmlUtils - Variable in class de.smartics.properties.admin.resources.representation.xml.share. AbstractXmlRepresentationRenderer
Utilities to deal with HTML.
HTTP_PORT - Static variable in class de.smartics.properties.admin.resources.controller. RestApplication
The HTTP port configured by the JBoss Server.
httpBody() - Method in class de.smartics.properties.admin.resources.representation.html.share. AbstractHtmlRepresentationRenderer
 
httpBody() - Method in class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
Redners the HTTP body.
httpBody() - Method in class de.smartics.properties.admin.resources.representation.xml. ApiServicesXmlRepresentationRenderer
 
httpBody() - Method in class de.smartics.properties.admin.resources.representation.xml. ConfigurationKeysXmlRepresentationRenderer
 
httpBody() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorsXmlRepresentationRenderer
 
httpBody() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorXmlRepresentationRenderer
 
httpBody() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyKeysXmlRepresentationRenderer
 
httpBody() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyXmlRepresentationRenderer
 
HTTPS_PORT - Static variable in class de.smartics.properties.admin.resources.controller. RestApplication
The HTTPS port configured by the JBoss Server.
hyperLinks() - Method in class de.smartics.properties.admin.resources.representation.xml. ApiServicesXmlRepresentationRenderer
 
hyperLinks() - Method in class de.smartics.properties.admin.resources.representation.xml. ConfigurationKeysXmlRepresentationRenderer
 
hyperLinks() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorsXmlRepresentationRenderer
 
hyperLinks() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorXmlRepresentationRenderer
 
hyperLinks() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyKeysXmlRepresentationRenderer
 
hyperLinks() - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyXmlRepresentationRenderer
 
hyperLinks() - Method in class de.smartics.properties.admin.resources.representation.xml.share. AbstractXmlRepresentationRenderer
Returns the hyperlinks to attach to the HTTP headers.

I

i18nProvider - Variable in class de.smartics.properties.admin.resources.share. ExceptionHandler
Provides access to internationalization information.
initialize() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Initializes the configuration by copying the property values from the JNDI.
isInitialized() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Checks if the configuration has already been initialized.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.html. ApiServicesHtmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.html. ConfigurationKeysHtmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.html. JndiHtmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorHtmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorsHtmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.html. PropertyHtmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.html. PropertyKeysHtmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.html. SecurityHtmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.xml. ApiServicesXmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.xml. ConfigurationKeysXmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorsXmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorXmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyKeysXmlRepresentationBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class de.smartics.properties.admin.resources.representation.xml. PropertyXmlRepresentationBodyWriter
 

J

JNDI - Static variable in class de.smartics.properties.admin.domain.model. AppRelations
Relation to a JNDI configuration page.
JNDI - Static variable in class de.smartics.properties.admin.resources.controller. ApiResource
The service configure JNDI properties.
jndi() - Method in class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Returns the breadcrumbs for the view that allows to configure JNDI properties.
JndiConfiguration - Class in de.smartics.properties.admin.domain.model
Stores JNDI configuration properties.
JndiConfiguration() - Constructor for class de.smartics.properties.admin.domain.model. JndiConfiguration
Default constructor.
JndiHtmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.html
Maps domain objects of type JndiConfiguration to their HTML representation builders.
JndiHtmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.html. JndiHtmlRepresentationBodyWriter
 
JndiHtmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.html
Displays an HTML form configure application relevant properties.
JndiHtmlRepresentationRenderer(HtmlResourceContext, JndiConfiguration, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.html. JndiHtmlRepresentationRenderer
Default constructor.
JndiResource - Class in de.smartics.properties.admin.resources.controller
Provides access JNDI to edit properties.
JndiResource() - Constructor for class de.smartics.properties.admin.resources.controller. JndiResource
 
jquery(String) - Method in class de.smartics.properties.admin.resources.representation.html.share. HtmlPathHelper
Returns an absolute path to the given jquery file.

L

linkDescriptorFactory - Variable in class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
The factory to create link descriptors.
LinkDescriptorFactory - Class in de.smartics.properties.admin.resources.representation.share
A simple helper to create LinkDescriptors.
LinkDescriptorFactory(UriInfo, LocalizationProvider) - Constructor for class de.smartics.properties.admin.resources.representation.share. LinkDescriptorFactory
Default constructor.
load() - Method in class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationJndiLoader
Loads the application identifier configuration.
load() - Method in class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationLoader
Loads the application identifier configuration.
load() - Method in class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationPropertiesLoader
Loads the application identifier configuration.
LOGOUT - Static variable in class de.smartics.properties.admin.domain.model. Paths
Path to logout the user.
logout() - Method in class de.smartics.properties.admin.resources.controller. ApiResource
Allows to logout the user.

M

ManagedApplication - Class in de.smartics.properties.admin.domain.model
The application, managed by this REST service implementation.
ManagedApplication(ArtifactId, DataSourceConfiguration, RemoteConfigurationPropertiesManagementFactory) - Constructor for class de.smartics.properties.admin.domain.model. ManagedApplication
Default constructor.
materialize() - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 

P

PARAM_CONFIGURATION_KEY - Static variable in class de.smartics.properties.admin.domain.model. Paths
Parameter name for a configuration key.
PARAM_JNDI_APP_ARCHIVE_TYPE - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the application's artifact type.
PARAM_JNDI_APP_ARTIFACT_ID - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the application's artifact ID.
PARAM_JNDI_APP_CLASSIFIER - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the application's classifier.
PARAM_JNDI_APP_GROUP_ID - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the application's group ID.
PARAM_JNDI_APP_VERSION - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the application's version.
PARAM_JNDI_CACHE_MAPPED_NAME - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the cache mapped name.
PARAM_JNDI_DS_CREATE_TABLE - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the data source configuration parameter to create table.
PARAM_JNDI_DS_DROP_TABLE - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the data source configuration parameter to drop table.
PARAM_JNDI_DS_MAPPED_NAME - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the data source mapped name.
PARAM_JNDI_SECURITY_ALGORITHM - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the algorithm security property.
PARAM_JNDI_SECURITY_KEY - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the key security property.
PARAM_JNDI_SECURITY_PROVIDER - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the provider security property.
PARAM_JNDI_SECURITY_TRANSFORMATION - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier of the transformation security property.
PARAM_PROPERTY_KEY - Static variable in class de.smartics.properties.admin.domain.model. Paths
Parameter name for a property key.
PARAM_SECURITY_DECRYPT - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier to tag the value to be decrypted.
PARAM_SECURITY_ENCRYPT - Static variable in class de.smartics.properties.admin.domain.model. Paths
Identifier to tag the value to be encrypted.
PARAM_VALUE - Static variable in class de.smartics.properties.admin.domain.model. Paths
Parameter name for a property value.
PATH_CONFIGURATIONS - Static variable in class de.smartics.properties.admin.domain.model. Paths
Path to the configurations resource.
PATH_JNDI - Static variable in class de.smartics.properties.admin.domain.model. Paths
Path to the JNDI resource.
PATH_PROPERTY_DESCRIPTOR - Static variable in class de.smartics.properties.admin.domain.model. Paths
Path to a property descriptor resource.
PATH_PROPERTY_DESCRIPTORS - Static variable in class de.smartics.properties.admin.domain.model. Paths
Path to a property descriptors resource.
PATH_PROPERTY_KEYS - Static variable in class de.smartics.properties.admin.domain.model. Paths
Path to property keys.
PATH_PROPERTY_VALUE - Static variable in class de.smartics.properties.admin.domain.model. Paths
Path to a property resource.
PATH_SECURITY - Static variable in class de.smartics.properties.admin.domain.model. Paths
Path to the security resource.
pathHelper - Variable in class de.smartics.properties.admin.resources.representation.html.share. AbstractHtmlRepresentationRenderer
Helper to localize application specific resources.
pathHelper - Variable in class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
Helper to localize application specific resources.
Paths - Class in de.smartics.properties.admin.domain.model
Constants to construct paths.
postAsHtml(String) - Method in class de.smartics.properties.admin.resources.controller. ConfigurationKeysResource
Creates a new, empty configuration instance.
postAsHtml(String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class de.smartics.properties.admin.resources.controller. JndiResource
Provides information about the JNDI properties that may be used by smartics-properties.
postAsHtml(String, String, String) - Method in class de.smartics.properties.admin.resources.controller. PropertyResource
Changes the property value and returns the representation of the changed property.
PropertiesConfiguration - Class in de.smartics.properties.admin.domain.model
The configuration of properties associated with a unique key.
PropertiesConfiguration(ManagedApplication, String, ConfigurationPropertiesManagement) - Constructor for class de.smartics.properties.admin.domain.model. PropertiesConfiguration
Default constructor.
PROPERTY - Static variable in class de.smartics.properties.admin.domain.model. AppRelations
Relation to a property page.
property(String, String) - Method in class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Returns the breadcrumbs for the view that shows a single property.
PropertyDescriptorHtmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.html
Maps domain objects of type PropertyDescriptor to their HTML representation builders.
PropertyDescriptorHtmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorHtmlRepresentationBodyWriter
 
PropertyDescriptorHtmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.html
Displays a selected property descriptor.
PropertyDescriptorHtmlRepresentationRenderer(HtmlResourceContext, PropertyDescriptor, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorHtmlRepresentationRenderer
Default constructor.
PropertyDescriptorResource - Class in de.smartics.properties.admin.resources.controller
Provides access to properties used by the application.
PropertyDescriptorResource() - Constructor for class de.smartics.properties.admin.resources.controller. PropertyDescriptorResource
 
PropertyDescriptors - Class in de.smartics.properties.admin.domain.model
A set of properties descriptors.
PropertyDescriptors(PropertyDescriptorRegistry) - Constructor for class de.smartics.properties.admin.domain.model. PropertyDescriptors
Default constructor.
PropertyDescriptorsHtmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.html
Maps domain objects of type PropertyDescriptors to their HTML representation builders.
PropertyDescriptorsHtmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorsHtmlRepresentationBodyWriter
 
PropertyDescriptorsHtmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.html
Displays the list of property descriptors belonging to a selected configuration in an HTML page.
PropertyDescriptorsHtmlRepresentationRenderer(HtmlResourceContext, PropertyDescriptors, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.html. PropertyDescriptorsHtmlRepresentationRenderer
Default constructor.
PropertyDescriptorsResource - Class in de.smartics.properties.admin.resources.controller
Provides access to property descriptors used by the application.
PropertyDescriptorsResource() - Constructor for class de.smartics.properties.admin.resources.controller. PropertyDescriptorsResource
 
PropertyDescriptorsXmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.xml
Maps domain objects of type PropertyDescriptors to their XML representation builders.
PropertyDescriptorsXmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorsXmlRepresentationBodyWriter
 
PropertyDescriptorsXmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.xml
Displays the list of property descriptors belonging to a selected configuration in an XML page.
PropertyDescriptorsXmlRepresentationRenderer(ResourceContext, PropertyDescriptors, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorsXmlRepresentationRenderer
Default constructor.
PropertyDescriptorXmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.xml
Maps domain objects of type PropertyDescriptor to their SDoc XML representation builders.
PropertyDescriptorXmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorXmlRepresentationBodyWriter
 
PropertyDescriptorXmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.xml
Displays a selected property descriptor as SDoc XML.
PropertyDescriptorXmlRepresentationRenderer(ResourceContext, PropertyDescriptor, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.xml. PropertyDescriptorXmlRepresentationRenderer
Default constructor.
PropertyHtmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.html
Maps domain objects of type ConfigurationProperty to their HTML representation builders.
PropertyHtmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.html. PropertyHtmlRepresentationBodyWriter
 
PropertyHtmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.html
Displays a single property in an HTML page.
PropertyHtmlRepresentationRenderer(HtmlResourceContext, ConfigurationProperty, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.html. PropertyHtmlRepresentationRenderer
Default constructor.
PropertyKeysHtmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.html
Maps domain objects of type PropertiesConfiguration to their HTML representation builders.
PropertyKeysHtmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.html. PropertyKeysHtmlRepresentationBodyWriter
 
PropertyKeysHtmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.html
Displays the list of property keys belonging to a selected configuration in an HTML page.
PropertyKeysHtmlRepresentationRenderer(HtmlResourceContext, PropertiesConfiguration, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.html. PropertyKeysHtmlRepresentationRenderer
Default constructor.
PropertyKeysResource - Class in de.smartics.properties.admin.resources.controller
Provides access to properties used by the application.
PropertyKeysResource() - Constructor for class de.smartics.properties.admin.resources.controller. PropertyKeysResource
 
PropertyKeysXmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.xml
Maps domain objects of type PropertiesConfiguration to their XML representation builders.
PropertyKeysXmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.xml. PropertyKeysXmlRepresentationBodyWriter
 
PropertyKeysXmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.xml
Displays a single property in an XML page.
PropertyKeysXmlRepresentationRenderer(ResourceContext, PropertiesConfiguration, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.xml. PropertyKeysXmlRepresentationRenderer
Default constructor.
PropertyResource - Class in de.smartics.properties.admin.resources.controller
Provides access to properties used by the application.
PropertyResource() - Constructor for class de.smartics.properties.admin.resources.controller. PropertyResource
 
PropertyXmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.xml
Maps domain objects of type ConfigurationProperty to their SDoc XML representation builders.
PropertyXmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.xml. PropertyXmlRepresentationBodyWriter
 
PropertyXmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.xml
Displays a single property in an SDoc XML page.
PropertyXmlRepresentationRenderer(ResourceContext, ConfigurationProperty, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.xml. PropertyXmlRepresentationRenderer
Default constructor.

R

release() - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
RemoteConfigurationPropertiesManagementFactory - Class in de.smartics.properties.admin.domain.service
Provides the URL to the remote repository and otherwise delegates to a passed in factory.
RemoteConfigurationPropertiesManagementFactory(ConfigurationPropertiesManagementFactory, String) - Constructor for class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
Default constructor.
remove(ConfigurationKey<?>) - Method in class de.smartics.properties.admin.domain.service. RemoteConfigurationPropertiesManagementFactory
 
render() - Method in class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
 
renderAdditionalHttpHeader(MultivaluedMap<String, Object>) - Method in class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
Hook to override in subclasses to add additional HTTP headers.
renderAdditionalHttpHeader(MultivaluedMap<String, Object>) - Method in class de.smartics.properties.admin.resources.representation.xml.share. AbstractXmlRepresentationRenderer
 
renderHttpHeaderLink(MultivaluedMap<String, Object>, LinkDescriptor) - Method in class de.smartics.properties.admin.resources.representation.share. AbstractRepresentationRenderer
Renders a link in the HTTP header.
renderPageTitle(String) - Method in class de.smartics.properties.admin.resources.representation.html.share. AbstractHtmlRepresentationRenderer
Renders the subtitle within the page body.
RestApplication - Class in de.smartics.properties.admin.resources.controller
Defines the REST application.
RestApplication() - Constructor for class de.smartics.properties.admin.resources.controller. RestApplication
 
Roles - Class in de.smartics.properties.admin.domain.model
Defines the roles known to this application.

S

SECURITY - Static variable in class de.smartics.properties.admin.domain.model. AppRelations
Relation to a security page.
Security - Class in de.smartics.properties.admin.domain.model
Provides security information to encryped and decrpted texts.
Security(String, String) - Constructor for class de.smartics.properties.admin.domain.model. Security
Default constructor.
SECURITY - Static variable in class de.smartics.properties.admin.resources.controller. ApiResource
The service to en- and decrypt property values.
security() - Method in class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Returns the breadcrumbs for the view that allows to en- and decrypt property values.
SecurityHtmlRepresentationBodyWriter - Class in de.smartics.properties.admin.resources.representation.html
Maps domain objects of type Security to their HTML representation builders.
SecurityHtmlRepresentationBodyWriter() - Constructor for class de.smartics.properties.admin.resources.representation.html. SecurityHtmlRepresentationBodyWriter
 
SecurityHtmlRepresentationRenderer - Class in de.smartics.properties.admin.resources.representation.html
Displays an HTML form to encrypt and decrypt property values.
SecurityHtmlRepresentationRenderer(HtmlResourceContext, Security, OutputStream) - Constructor for class de.smartics.properties.admin.resources.representation.html. SecurityHtmlRepresentationRenderer
Default constructor.
SecurityResource - Class in de.smartics.properties.admin.resources.controller
Provides access to en- and decrypt.
SecurityResource() - Constructor for class de.smartics.properties.admin.resources.controller. SecurityResource
 
service(ApiServices.ServiceDescriptor) - Method in class de.smartics.properties.admin.resources.representation.share. BreadcrumbHelper
Creates the link descriptor to the configurations services that is part of the API.
setArchiveType(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the archive type of the application the configuration is associated with.
setArtifactId(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the artifact identifier of the application the configuration is associated with.
setCacheName(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the name of the cache within the JNDI to be looked up.
setClassifier(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the classifier of the application the configuration is associated with.
setDsCreateTable(Boolean) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the flag to the datasource to create the properties table.
setDsCreateTable(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the flag to the datasource to create the properties table.
setDsDropTable(Boolean) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the flag to the datasource to drop the properties table.
setDsDropTable(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the flag to the datasource to drop the properties table.
setDsName(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the name of the datasource within the JNDI to be looked up.
setGroupId(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the group identifier of the application the configuration is associated with.
setSecurityAlgorithm(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the security algorithm.
setSecurityKey(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the security key.
setSecurityProvider(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the security provider.
setSecurityTransformation(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the security transformation.
setVersion(String) - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Sets the version of the application the configuration is associated with.

T

toResponse(Throwable) - Method in class de.smartics.properties.admin.resources.share. ExceptionHandler
 
toString() - Method in class de.smartics.properties.admin.domain.model. ApiServices.ServiceDescriptor
 

U

update() - Method in class de.smartics.properties.admin.domain.model. JndiConfiguration
Updates the JNDI context with the values in this configuration.

V

validate(ConfigurationPropertiesManagementFactory, ConfigurationKey<?>, boolean) - Method in class de.smartics.properties.admin.domain.service. ConfigurationService
Validates the configuration specified by its key.
VERSION - Static variable in class de.smartics.properties.admin.domain.service. ApplicationIdConfigurationLoader
The version of the application.
VIEW - Static variable in class de.smartics.properties.admin.domain.model. Roles
The view role allows to view properties.

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

Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.