| ApplicationSecurityDomain |
|
| AuthFactory |
Models an authentication factory.
|
| AuthFactorySpec |
A type of authentication factory that contains all specificities for the
type.
|
| AuthMechanism |
An authentication mechanism eg: PLAIN, DIGEST-MD5, ...
|
| AuthSecurityBuilder |
Main class to build the requests to enable/disable authentication on any kind
of interface/factory.
|
| InteractiveSecurityBuilder |
An SSL security builder that handles interaction with user to collect
required information.
|
| KeyManager |
KeyManager model class.
|
| KeyStore |
KeyStore model class.
|
| KeyStorePathSecurityBuilder |
An SSL Security builder that builds or reuses a KeyStore based on a file
path.
|
| MechanismConfiguration |
The set of attributes exposed by a mechanism configuration.
|
| PropertiesRealmConfiguration |
A configuration for a new properties realm.
|
| Realm |
Realm model.
|
| SecurityDomain |
Security Domain model.
|
| ServerSSLContext |
Server SSLContext model class.
|
| SSLSecurityBuilder |
Base class to build a complete SSL configuration set of requests.
|
| SSLSecurityBuilder.FailureDescProvider |
|