| Modifier and Type | Interface and Description |
|---|---|
interface |
Authentication
Represents an authenticated principal (for example a user) using
Authenticator.authenticate(AuthenticationToken). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuthentication
Default
Authentication implementation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasConfiguration<C extends ParameterSet>
Declares the support for a
ParameterSet type configuration property container. |
static interface |
ParameterSet.Builder<S extends ParameterSet>
ParameterSet builder. |
| Modifier and Type | Method and Description |
|---|---|
static ParameterSet |
ParameterSet.empty()
Create an empty
ParameterSet. |
| Modifier and Type | Method and Description |
|---|---|
static ParameterSet.Builder<ParameterSet> |
ParameterSet.builder()
Builder to create a ParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
default ParameterSet.Builder<S> |
ParameterSet.Builder.parameters(ParameterSet parameters)
Deprecated.
|
ParameterSet.Builder<S> |
ParameterSet.Builder.withParameters(ParameterSet parameters)
Add all parameters of the given
parameters set. |
| Modifier and Type | Method and Description |
|---|---|
ParameterSet |
DatastoreOperationConfiguration.getParameters()
Get the operation parameters.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultParameterSet.AbstractBuilder<S extends ParameterSet,I extends DefaultParameterSet,B extends ParameterSet.Builder<S>>
Abstract ParameterSet builder.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableParameterSet
A mutable
ParameterSet. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultParameterSet
Default
ParameterSet implementation. |
| Modifier and Type | Method and Description |
|---|---|
ParameterSet |
DefaultParameterSet.DefaultBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ParameterSet.Builder<S> |
DefaultParameterSet.AbstractBuilder.withParameters(ParameterSet parameters) |
| Modifier and Type | Method and Description |
|---|---|
<T,V extends T> |
StringValuePresenter.present(Class<? extends T> valueType,
V value,
ParameterSet parameters)
Present given
value of given valueType as a String. |
default String |
StringValuePresenter.present(Object value,
ParameterSet parameters)
Present given
value as a String using given presentation parameters. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyConfiguration
Property configuration parameters. |
static interface |
PropertyConfiguration.PropertyConfigurationEditor
PropertyConfiguration editor interface to provide configuration parameters management. |
| Modifier and Type | Method and Description |
|---|---|
ParameterSet |
PropertySet.getConfiguration()
Get the property set configuration, which can be used for extensions and application-specific purposes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryConfiguration
Represents the configuration of a query, providing configuration elements and supporting
ExpressionResolvers. |
| Modifier and Type | Method and Description |
|---|---|
default ParameterSet |
QueryConfigurationProvider.getQueryParameters()
Get the query parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryConfigurationProvider |
QueryConfigurationProvider.create(Supplier<QueryFilter> filterSupplier,
Supplier<QuerySort> sortSupplier,
Supplier<ParameterSet> parametersSupplier)
Create a new
QueryConfigurationProvider using given Suppliers to provide the query configuration
elements. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpringSecurityAuthentication
Represents an
Authentication within a Spring Security environment, extending the Spring Security
Authentication interface too. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSpringSecurityAuthentication
Default
SpringSecurityAuthentication implementation. |
Copyright © 2019 The Holon Platform. All rights reserved.