Class ObjectFactory
- java.lang.Object
-
- org.apache.cxf.configuration.security.ObjectFactory
-
public class ObjectFactory extends Object
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
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createAuthorizationPolicy
public AuthorizationPolicy createAuthorizationPolicy()
Create an instance ofAuthorizationPolicy
-
createProxyAuthorizationPolicy
public ProxyAuthorizationPolicy createProxyAuthorizationPolicy()
Create an instance ofProxyAuthorizationPolicy
-
createFiltersType
public FiltersType createFiltersType()
Create an instance ofFiltersType
-
createClientAuthentication
public ClientAuthentication createClientAuthentication()
Create an instance ofClientAuthentication
-
createKeyStoreType
public KeyStoreType createKeyStoreType()
Create an instance ofKeyStoreType
-
createCertStoreType
public CertStoreType createCertStoreType()
Create an instance ofCertStoreType
-
createKeyManagersType
public KeyManagersType createKeyManagersType()
Create an instance ofKeyManagersType
-
createTrustManagersType
public TrustManagersType createTrustManagersType()
Create an instance ofTrustManagersType
-
createCipherSuites
public CipherSuites createCipherSuites()
Create an instance ofCipherSuites
-
createExcludeProtocols
public ExcludeProtocols createExcludeProtocols()
Create an instance ofExcludeProtocols
-
createIncludeProtocols
public IncludeProtocols createIncludeProtocols()
Create an instance ofIncludeProtocols
-
createSecureRandomParameters
public SecureRandomParameters createSecureRandomParameters()
Create an instance ofSecureRandomParameters
-
createCertificateConstraintsType
public CertificateConstraintsType createCertificateConstraintsType()
Create an instance ofCertificateConstraintsType
-
createDNConstraintsType
public DNConstraintsType createDNConstraintsType()
Create an instance ofDNConstraintsType
-
createTLSClientParametersType
public TLSClientParametersType createTLSClientParametersType()
Create an instance ofTLSClientParametersType
-
createTLSServerParametersType
public TLSServerParametersType createTLSServerParametersType()
Create an instance ofTLSServerParametersType
-
createAuthorization
public javax.xml.bind.JAXBElement<AuthorizationPolicy> createAuthorization(AuthorizationPolicy value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AuthorizationPolicy>
-
-