public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.seam.security.external.jaxb.samlv2.metadata
|
public ObjectFactory()
public EntityDescriptorType createEntityDescriptorType()
EntityDescriptorTypepublic AttributeAuthorityDescriptorType createAttributeAuthorityDescriptorType()
AttributeAuthorityDescriptorTypepublic IDPSSODescriptorType createIDPSSODescriptorType()
IDPSSODescriptorTypepublic ContactType createContactType()
ContactTypepublic ExtensionsType createExtensionsType()
ExtensionsTypepublic PDPDescriptorType createPDPDescriptorType()
PDPDescriptorTypepublic IndexedEndpointType createIndexedEndpointType()
IndexedEndpointTypepublic LocalizedNameType createLocalizedNameType()
LocalizedNameTypepublic LocalizedURIType createLocalizedURIType()
LocalizedURITypepublic AffiliationDescriptorType createAffiliationDescriptorType()
AffiliationDescriptorTypepublic SPSSODescriptorType createSPSSODescriptorType()
SPSSODescriptorTypepublic KeyDescriptorType createKeyDescriptorType()
KeyDescriptorTypepublic EntitiesDescriptorType createEntitiesDescriptorType()
EntitiesDescriptorTypepublic RequestedAttributeType createRequestedAttributeType()
RequestedAttributeTypepublic OrganizationType createOrganizationType()
OrganizationTypepublic AdditionalMetadataLocationType createAdditionalMetadataLocationType()
AdditionalMetadataLocationTypepublic AuthnAuthorityDescriptorType createAuthnAuthorityDescriptorType()
AuthnAuthorityDescriptorTypepublic EndpointType createEndpointType()
EndpointTypepublic AttributeConsumingServiceType createAttributeConsumingServiceType()
AttributeConsumingServiceTypepublic JAXBElement<SPSSODescriptorType> createSPSSODescriptor(SPSSODescriptorType value)
public JAXBElement<IDPSSODescriptorType> createIDPSSODescriptor(IDPSSODescriptorType value)
public JAXBElement<EndpointType> createSingleLogoutService(EndpointType value)
public JAXBElement<EntitiesDescriptorType> createEntitiesDescriptor(EntitiesDescriptorType value)
public JAXBElement<EndpointType> createAttributeService(EndpointType value)
public JAXBElement<RequestedAttributeType> createRequestedAttribute(RequestedAttributeType value)
public JAXBElement<EndpointType> createAuthzService(EndpointType value)
public JAXBElement<EndpointType> createAuthnQueryService(EndpointType value)
public JAXBElement<EndpointType> createManageNameIDService(EndpointType value)
public JAXBElement<String> createSurName(String value)
public JAXBElement<AuthnAuthorityDescriptorType> createAuthnAuthorityDescriptor(AuthnAuthorityDescriptorType value)
public JAXBElement<AdditionalMetadataLocationType> createAdditionalMetadataLocation(AdditionalMetadataLocationType value)
public JAXBElement<String> createCompany(String value)
public JAXBElement<AttributeConsumingServiceType> createAttributeConsumingService(AttributeConsumingServiceType value)
public JAXBElement<LocalizedNameType> createOrganizationDisplayName(LocalizedNameType value)
public JAXBElement<ExtensionsType> createExtensions(ExtensionsType value)
public JAXBElement<LocalizedNameType> createServiceDescription(LocalizedNameType value)
public JAXBElement<LocalizedURIType> createOrganizationURL(LocalizedURIType value)
public JAXBElement<OrganizationType> createOrganization(OrganizationType value)
public JAXBElement<EncryptionMethodType> createEncryptionMethod(EncryptionMethodType value)
public JAXBElement<EndpointType> createSingleSignOnService(EndpointType value)
public JAXBElement<String> createAttributeProfile(String value)
public JAXBElement<String> createTelephoneNumber(String value)
public JAXBElement<AffiliationDescriptorType> createAffiliationDescriptor(AffiliationDescriptorType value)
public JAXBElement<ContactType> createContactPerson(ContactType value)
public JAXBElement<EntityDescriptorType> createEntityDescriptor(EntityDescriptorType value)
public JAXBElement<String> createGivenName(String value)
public JAXBElement<String> createAffiliateMember(String value)
public JAXBElement<LocalizedNameType> createServiceName(LocalizedNameType value)
public JAXBElement<RoleDescriptorType> createRoleDescriptor(RoleDescriptorType value)
public JAXBElement<AttributeAuthorityDescriptorType> createAttributeAuthorityDescriptor(AttributeAuthorityDescriptorType value)
public JAXBElement<PDPDescriptorType> createPDPDescriptor(PDPDescriptorType value)
public JAXBElement<LocalizedNameType> createOrganizationName(LocalizedNameType value)
public JAXBElement<String> createNameIDFormat(String value)
public JAXBElement<EndpointType> createNameIDMappingService(EndpointType value)
public JAXBElement<IndexedEndpointType> createArtifactResolutionService(IndexedEndpointType value)
public JAXBElement<IndexedEndpointType> createAssertionConsumerService(IndexedEndpointType value)
public JAXBElement<KeyDescriptorType> createKeyDescriptor(KeyDescriptorType value)
public JAXBElement<EndpointType> createAssertionIDRequestService(EndpointType value)
public JAXBElement<String> createEmailAddress(String value)
Copyright © 2013 Seam Framework. All Rights Reserved.