
| Interface | Description |
|---|---|
| ParametricPrivilegedAction<T,P> |
A privileged action which accepts a parameter.
|
| ParametricPrivilegedExceptionAction<T,P> |
A privileged action which accepts a parameter and can throw an exception.
|
| SecurityFactory<T> |
A factory for preconfigured security objects.
|
| Class | Description |
|---|---|
| EmptyProvider |
The singleton empty provider.
|
| FailedSecurityFactory<T> |
A
SecurityFactory implementation which only throws specified exception on create. |
| FixedSecurityFactory<T> |
A
SecurityFactory implementation which returns specified object every time. |
| NullSecurityFactory<T> |
A
SecurityFactory implementation which returns null every time. |
| OneTimeSecurityFactory<T> |
A
SecurityFactory implementation which calls delegated factory at first and
returns created object for any other create call. |
| Version |
The version of this JAR.
|
| VersionedProvider |
A security provider which uses a string version, forward compatible with Java 9.
|
| WildFlyElytronProvider |
The
Provider implementation covering all security services made available by Elytron. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.