| Interface | Description |
|---|---|
| MultifactorAuthenticationProviderBypass |
| Class | Description |
|---|---|
| AbstractMultifactorAuthenticationProvider |
The
AbstractMultifactorAuthenticationProvider is responsible for
as the parent of all providers. |
| AbstractRegisteredServiceAttributeReleasePolicy |
Abstract release policy for attributes, provides common shared settings such as loggers and attribute filter config.
|
| ChainingAttributeReleasePolicy |
This is
ChainingAttributeReleasePolicy. |
| DefaultMultifactorAuthenticationProviderBypass | |
| DefaultVariegatedMultifactorAuthenticationProvider | |
| DenyAllAttributeReleasePolicy |
A deny rule to refuse all service from receiving attributes, whether default or not.
|
| GroovyScriptAttributeReleasePolicy |
This is
GroovyScriptAttributeReleasePolicy that attempts to release attributes
based on the execution result of an external groovy script. |
| ReturnAllAttributeReleasePolicy |
Return all attributes for the service, regardless of service settings.
|
| ReturnAllowedAttributeReleasePolicy |
Return only the collection of allowed attributes out of what's resolved
for the principal.
|
| ReturnMappedAttributeReleasePolicy |
Return a collection of allowed attributes for the principal, but additionally,
offers the ability to rename attributes on a per-service level.
|
| ScriptedRegisteredServiceAttributeReleasePolicy | |
| ServiceContext |
Simple container for holding a service principal and its corresponding registered serivce.
|