Class ObjectFactory
java.lang.Object
org.apache.cxf.configuration.security.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.configuration.security package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.configuration.security -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AuthorizationPolicy>Create an instance ofAuthorizationPolicyCreate an instance ofCertificateConstraintsTypeCreate an instance ofCertStoreTypeCreate an instance ofCipherSuitesCreate an instance ofClientAuthenticationCreate an instance ofDNConstraintsTypeCreate an instance ofExcludeProtocolsCreate an instance ofFiltersTypeCreate an instance ofIncludeProtocolsCreate an instance ofKeyManagersTypeCreate an instance ofKeyStoreTypeCreate an instance ofProxyAuthorizationPolicyCreate an instance ofSecureRandomParametersCreate an instance ofTLSClientParametersTypeCreate an instance ofTLSServerParametersTypeCreate an instance ofTrustManagersType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.configuration.security
-
-
Method Details
-
createAuthorizationPolicy
Create an instance ofAuthorizationPolicy -
createProxyAuthorizationPolicy
Create an instance ofProxyAuthorizationPolicy -
createFiltersType
Create an instance ofFiltersType -
createClientAuthentication
Create an instance ofClientAuthentication -
createKeyStoreType
Create an instance ofKeyStoreType -
createCertStoreType
Create an instance ofCertStoreType -
createKeyManagersType
Create an instance ofKeyManagersType -
createTrustManagersType
Create an instance ofTrustManagersType -
createCipherSuites
Create an instance ofCipherSuites -
createExcludeProtocols
Create an instance ofExcludeProtocols -
createIncludeProtocols
Create an instance ofIncludeProtocols -
createSecureRandomParameters
Create an instance ofSecureRandomParameters -
createCertificateConstraintsType
Create an instance ofCertificateConstraintsType -
createDNConstraintsType
Create an instance ofDNConstraintsType -
createTLSClientParametersType
Create an instance ofTLSClientParametersType -
createTLSServerParametersType
Create an instance ofTLSServerParametersType -
createAuthorization
public jakarta.xml.bind.JAXBElement<AuthorizationPolicy> createAuthorization(AuthorizationPolicy value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AuthorizationPolicy>
-