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.protocol
|
public ObjectFactory()
public NameIDPolicyType createNameIDPolicyType()
NameIDPolicyTypepublic AssertionIDRequestType createAssertionIDRequestType()
AssertionIDRequestTypepublic IDPListType createIDPListType()
IDPListTypepublic StatusCodeType createStatusCodeType()
StatusCodeTypepublic AuthnRequestType createAuthnRequestType()
AuthnRequestTypepublic TerminateType createTerminateType()
TerminateTypepublic ArtifactResponseType createArtifactResponseType()
ArtifactResponseTypepublic StatusDetailType createStatusDetailType()
StatusDetailTypepublic ArtifactResolveType createArtifactResolveType()
ArtifactResolveTypepublic AuthzDecisionQueryType createAuthzDecisionQueryType()
AuthzDecisionQueryTypepublic NameIDMappingResponseType createNameIDMappingResponseType()
NameIDMappingResponseTypepublic AttributeQueryType createAttributeQueryType()
AttributeQueryTypepublic StatusResponseType createStatusResponseType()
StatusResponseTypepublic RequestedAuthnContextType createRequestedAuthnContextType()
RequestedAuthnContextTypepublic StatusType createStatusType()
StatusTypepublic ManageNameIDRequestType createManageNameIDRequestType()
ManageNameIDRequestTypepublic IDPEntryType createIDPEntryType()
IDPEntryTypepublic ExtensionsType createExtensionsType()
ExtensionsTypepublic ScopingType createScopingType()
ScopingTypepublic NameIDMappingRequestType createNameIDMappingRequestType()
NameIDMappingRequestTypepublic ResponseType createResponseType()
ResponseTypepublic LogoutRequestType createLogoutRequestType()
LogoutRequestTypepublic AuthnQueryType createAuthnQueryType()
AuthnQueryTypepublic JAXBElement<AuthzDecisionQueryType> createAuthzDecisionQuery(AuthzDecisionQueryType value)
public JAXBElement<ResponseType> createResponse(ResponseType value)
public JAXBElement<AssertionIDRequestType> createAssertionIDRequest(AssertionIDRequestType value)
public JAXBElement<SubjectQueryAbstractType> createSubjectQuery(SubjectQueryAbstractType value)
public JAXBElement<AttributeQueryType> createAttributeQuery(AttributeQueryType value)
public JAXBElement<String> createRequesterID(String value)
public JAXBElement<StatusResponseType> createManageNameIDResponse(StatusResponseType value)
public JAXBElement<ManageNameIDRequestType> createManageNameIDRequest(ManageNameIDRequestType value)
public JAXBElement<RequestedAuthnContextType> createRequestedAuthnContext(RequestedAuthnContextType value)
public JAXBElement<NameIDMappingResponseType> createNameIDMappingResponse(NameIDMappingResponseType value)
public JAXBElement<NameIDPolicyType> createNameIDPolicy(NameIDPolicyType value)
public JAXBElement<String> createSessionIndex(String value)
public JAXBElement<String> createStatusMessage(String value)
public JAXBElement<StatusDetailType> createStatusDetail(StatusDetailType value)
public JAXBElement<ArtifactResolveType> createArtifactResolve(ArtifactResolveType value)
public JAXBElement<IDPEntryType> createIDPEntry(IDPEntryType value)
public JAXBElement<EncryptedElementType> createNewEncryptedID(EncryptedElementType value)
public JAXBElement<ScopingType> createScoping(ScopingType value)
public JAXBElement<TerminateType> createTerminate(TerminateType value)
public JAXBElement<StatusType> createStatus(StatusType value)
public JAXBElement<AuthnQueryType> createAuthnQuery(AuthnQueryType value)
public JAXBElement<NameIDMappingRequestType> createNameIDMappingRequest(NameIDMappingRequestType value)
public JAXBElement<IDPListType> createIDPList(IDPListType value)
public JAXBElement<StatusResponseType> createLogoutResponse(StatusResponseType value)
public JAXBElement<LogoutRequestType> createLogoutRequest(LogoutRequestType value)
public JAXBElement<ArtifactResponseType> createArtifactResponse(ArtifactResponseType value)
public JAXBElement<ExtensionsType> createExtensions(ExtensionsType value)
public JAXBElement<String> createGetComplete(String value)
public JAXBElement<AuthnRequestType> createAuthnRequest(AuthnRequestType value)
public JAXBElement<String> createArtifact(String value)
public JAXBElement<StatusCodeType> createStatusCode(StatusCodeType value)
public JAXBElement<String> createNewID(String value)
Copyright © 2013 Seam Framework. All Rights Reserved.