org.jboss.security.config.jaxb
Class ObjectFactory

java.lang.Object
  extended by org.jboss.security.config.jaxb.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.jboss.security.config.jaxb 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.security.config.jaxb
 
Method Summary
 ApplicationPolicy createApplicationPolicy()
          Create an instance of ApplicationPolicy
 javax.xml.bind.JAXBElement<AuditInfo> createAudit(AuditInfo value)
          Create an instance of JAXBElement<AuditInfo>}
 AuditInfo createAuditInfo()
          Create an instance of AuditInfo
 javax.xml.bind.JAXBElement<AuthenticationInfo> createAuthentication(AuthenticationInfo value)
          Create an instance of JAXBElement<AuthenticationInfo>}
 AuthenticationInfo createAuthenticationInfo()
          Create an instance of AuthenticationInfo
 javax.xml.bind.JAXBElement<AuthenticationJaspiInfo> createAuthenticationJaspi(AuthenticationJaspiInfo value)
          Create an instance of JAXBElement<AuthenticationJaspiInfo>}
 AuthenticationJaspiInfo createAuthenticationJaspiInfo()
          Create an instance of AuthenticationJaspiInfo
 javax.xml.bind.JAXBElement<AuthModuleInfo> createAuthModule(AuthModuleInfo value)
          Create an instance of JAXBElement<AuthModuleInfo>}
 AuthModuleInfo createAuthModuleInfo()
          Create an instance of AuthModuleInfo
 javax.xml.bind.JAXBElement<AuthorizationInfo> createAuthorization(AuthorizationInfo value)
          Create an instance of JAXBElement<AuthorizationInfo>}
 AuthorizationInfo createAuthorizationInfo()
          Create an instance of AuthorizationInfo
 javax.xml.bind.JAXBElement<IdentityTrustInfo> createIdentityTrust(IdentityTrustInfo value)
          Create an instance of JAXBElement<IdentityTrustInfo>}
 IdentityTrustInfo createIdentityTrustInfo()
          Create an instance of IdentityTrustInfo
 javax.xml.bind.JAXBElement<LoginModuleInfo> createLoginModule(LoginModuleInfo value)
          Create an instance of JAXBElement<LoginModuleInfo>}
 LoginModuleInfo createLoginModuleInfo()
          Create an instance of LoginModuleInfo
 LoginModuleStack createLoginModuleStack()
          Create an instance of LoginModuleStack
 MappingModule createMappingModule()
          Create an instance of MappingModule
 ModuleOption createModuleOption()
          Create an instance of ModuleOption
 javax.xml.bind.JAXBElement<PolicyConfig> createPolicy(PolicyConfig value)
          Create an instance of JAXBElement<PolicyConfig>}
 PolicyConfig createPolicyConfig()
          Create an instance of PolicyConfig
 PolicyModule createPolicyModule()
          Create an instance of PolicyModule
 ProviderModule createProviderModule()
          Create an instance of ProviderModule
 javax.xml.bind.JAXBElement<RoleMappingInfo> createRolemapping(RoleMappingInfo value)
          Create an instance of JAXBElement<RoleMappingInfo>}
 RoleMappingInfo createRoleMappingInfo()
          Create an instance of RoleMappingInfo
 TrustModule createTrustModule()
          Create an instance of TrustModule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.security.config.jaxb

Method Detail

createAuthorizationInfo

public AuthorizationInfo createAuthorizationInfo()
Create an instance of AuthorizationInfo


createPolicyModule

public PolicyModule createPolicyModule()
Create an instance of PolicyModule


createAuditInfo

public AuditInfo createAuditInfo()
Create an instance of AuditInfo


createModuleOption

public ModuleOption createModuleOption()
Create an instance of ModuleOption


createApplicationPolicy

public ApplicationPolicy createApplicationPolicy()
Create an instance of ApplicationPolicy


createIdentityTrustInfo

public IdentityTrustInfo createIdentityTrustInfo()
Create an instance of IdentityTrustInfo


createProviderModule

public ProviderModule createProviderModule()
Create an instance of ProviderModule


createAuthenticationInfo

public AuthenticationInfo createAuthenticationInfo()
Create an instance of AuthenticationInfo


createAuthModuleInfo

public AuthModuleInfo createAuthModuleInfo()
Create an instance of AuthModuleInfo


createPolicyConfig

public PolicyConfig createPolicyConfig()
Create an instance of PolicyConfig


createLoginModuleStack

public LoginModuleStack createLoginModuleStack()
Create an instance of LoginModuleStack


createAuthenticationJaspiInfo

public AuthenticationJaspiInfo createAuthenticationJaspiInfo()
Create an instance of AuthenticationJaspiInfo


createRoleMappingInfo

public RoleMappingInfo createRoleMappingInfo()
Create an instance of RoleMappingInfo


createMappingModule

public MappingModule createMappingModule()
Create an instance of MappingModule


createLoginModuleInfo

public LoginModuleInfo createLoginModuleInfo()
Create an instance of LoginModuleInfo


createTrustModule

public TrustModule createTrustModule()
Create an instance of TrustModule


createRolemapping

public javax.xml.bind.JAXBElement<RoleMappingInfo> createRolemapping(RoleMappingInfo value)
Create an instance of JAXBElement<RoleMappingInfo>}


createAuthModule

public javax.xml.bind.JAXBElement<AuthModuleInfo> createAuthModule(AuthModuleInfo value)
Create an instance of JAXBElement<AuthModuleInfo>}


createAuthenticationJaspi

public javax.xml.bind.JAXBElement<AuthenticationJaspiInfo> createAuthenticationJaspi(AuthenticationJaspiInfo value)
Create an instance of JAXBElement<AuthenticationJaspiInfo>}


createAudit

public javax.xml.bind.JAXBElement<AuditInfo> createAudit(AuditInfo value)
Create an instance of JAXBElement<AuditInfo>}


createPolicy

public javax.xml.bind.JAXBElement<PolicyConfig> createPolicy(PolicyConfig value)
Create an instance of JAXBElement<PolicyConfig>}


createAuthorization

public javax.xml.bind.JAXBElement<AuthorizationInfo> createAuthorization(AuthorizationInfo value)
Create an instance of JAXBElement<AuthorizationInfo>}


createIdentityTrust

public javax.xml.bind.JAXBElement<IdentityTrustInfo> createIdentityTrust(IdentityTrustInfo value)
Create an instance of JAXBElement<IdentityTrustInfo>}


createAuthentication

public javax.xml.bind.JAXBElement<AuthenticationInfo> createAuthentication(AuthenticationInfo value)
Create an instance of JAXBElement<AuthenticationInfo>}


createLoginModule

public javax.xml.bind.JAXBElement<LoginModuleInfo> createLoginModule(LoginModuleInfo value)
Create an instance of JAXBElement<LoginModuleInfo>}



Copyright © 2009 JBoss Inc.. All Rights Reserved.