Class | Description |
---|---|
AuthorizationPolicy |
This structure holds parameters that may govern authentication
that use a User Password strategy.
|
CertificateConstraintsType |
This structure holds a list of regular expressions that corresponds to a sequence of
Certificate Constraints on either the Subject or Issuer DN.
|
CertStoreType |
A CertStoreType represents a catenated sequence of X.509 certificates,
in PEM or DER format.
|
CipherSuites |
This structure holds a list of ciphersuite names that are to be
supported.
|
ClientAuthentication |
Java class for ClientAuthentication complex type.
|
DNConstraintsType |
This structure holds a list of regular expressions that corresponds to a sequence of
Certificate Constraints.
|
ExcludeProtocols |
This structure holds a list of protocols that are to be excluded.
|
FiltersType |
Java class for FiltersType complex type.
|
KeyManagersType |
This structure specifies the JSSE based KeyManagers for a single
Keystore.
|
KeyStoreType |
A KeyStoreType represents the information needed to load a collection
of key and certificate material from a desired location.
|
ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.configuration.security package.
|
ProxyAuthorizationPolicy |
Java class for ProxyAuthorizationPolicy complex type.
|
SecureRandomParameters |
This structure holds the parameters for the Secure Random Number
generator used in the JSSE.
|
TLSClientParametersType |
Java class for TLSClientParametersType complex type.
|
TLSServerParametersType |
Java class for TLSServerParametersType complex type.
|
TrustManagersType |
This structure contains the specification of JSSE TrustManagers for
a single Keystore used for trusted certificates.
|
Enum | Description |
---|---|
CombinatorType |
This type refers to whether ALL or ANY of the DNConstraintsType regular expressions
must be satisfied.
|
Apache CXF