Modifier and Type | Method and Description |
---|---|
AbstractHttpSecuritySource.DependencyLabeller |
addDependency(Class<?> dependencyType)
Adds a required dependency identified by an index into the order the
dependency was added.
|
AbstractHttpSecuritySource.DependencyLabeller |
addDependency(D key,
Class<?> dependencyType)
Adds a required dependency identified by the key.
|
AbstractHttpSecuritySource.Labeller |
addFlow(Class<?> argumentType)
Adds a required
JobSequence identified by an index into the
order the JobSequence was added. |
AbstractHttpSecuritySource.Labeller |
addFlow(F key,
Class<?> argumentType)
Adds a required
JobSequence identified by the key. |
HttpSecuritySourceContext |
getHttpSecuritySourceContext()
Obtains the
HttpSecuritySourceContext . |
void |
setCredentialsClass(Class<C> credentialsClass)
Specifies the type for credentials.
|
void |
setSecurityClass(Class<S> securityClass)
Specifies the type for security.
|
HttpSecuritySourceContext getHttpSecuritySourceContext()
HttpSecuritySourceContext
.HttpSecuritySourceContext
.void setSecurityClass(Class<S> securityClass)
securityClass
- Security type.void setCredentialsClass(Class<C> credentialsClass)
credentialsClass
- Credentials type.AbstractHttpSecuritySource.DependencyLabeller addDependency(D key, Class<?> dependencyType)
key
- Enum
to identify the dependency.dependencyType
- Type the dependency is required to extend/implement.AbstractHttpSecuritySource.DependencyLabeller
to possibly label the required
dependency.AbstractHttpSecuritySource.DependencyLabeller addDependency(Class<?> dependencyType)
dependencyType
- Type the dependency is required to extend/implement.AbstractHttpSecuritySource.DependencyLabeller
to possibly label the required
dependency.AbstractHttpSecuritySource.Labeller addFlow(F key, Class<?> argumentType)
JobSequence
identified by the key.key
- Enum
to identify the JobSequence
.argumentType
- Type of argument passed to the JobSequence
.AbstractHttpSecuritySource.Labeller
to possibly label the JobSequence
.AbstractHttpSecuritySource.Labeller addFlow(Class<?> argumentType)
JobSequence
identified by an index into the
order the JobSequence
was added.argumentType
- Type of argument passed to the JobSequence
.AbstractHttpSecuritySource.Labeller
to possibly label the JobSequence
.Copyright © 2005–2016. All rights reserved.