From picketlink-commits at lists.jboss.org Thu Feb 3 16:18:51 2011 Content-Type: multipart/mixed; boundary="===============8172773117068502965==" MIME-Version: 1.0 From: picketlink-commits at lists.jboss.org To: picketlink-commits at lists.jboss.org Subject: [picketlink-commits] Picketlink SVN: r700 - in federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/identity/federation/saml/v2: profiles/attribute/dce and 1 other directories. Date: Thu, 03 Feb 2011 16:18:51 -0500 Message-ID: <201102032118.p13LIpSX010344@svn01.web.mwc.hst.phx2.redhat.com> --===============8172773117068502965== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: anil.saldhana(a)jboss.com Date: 2011-02-03 16:18:49 -0500 (Thu, 03 Feb 2011) New Revision: 700 Removed: federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/ident= ity/federation/saml/v2/ac/ObjectFactory.java federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/ident= ity/federation/saml/v2/profiles/attribute/dce/ObjectFactory.java federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/ident= ity/federation/saml/v2/profiles/sso/ecp/ObjectFactory.java Modified: federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/ident= ity/federation/saml/v2/ac/ActivationLimitDurationType.java federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/ident= ity/federation/saml/v2/ac/ActivationLimitSessionType.java federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/ident= ity/federation/saml/v2/profiles/attribute/dce/DCEValueType.java federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/ident= ity/federation/saml/v2/profiles/attribute/dce/package-info.java federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/ident= ity/federation/saml/v2/profiles/sso/ecp/RelayStateType.java federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/ident= ity/federation/saml/v2/profiles/sso/ecp/RequestType.java federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/ident= ity/federation/saml/v2/profiles/sso/ecp/ResponseType.java federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/ident= ity/federation/saml/v2/profiles/sso/ecp/package-info.java Log: remove addtln jaxb object model Modified: federation/trunk/picketlink-fed-model/src/main/java/org/picketlin= k/identity/federation/saml/v2/ac/ActivationLimitDurationType.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/ac/ActivationLimitDurationType.java 2011-02-03 21:1= 1:08 UTC (rev 699) +++ federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/ac/ActivationLimitDurationType.java 2011-02-03 21:1= 8:49 UTC (rev 700) @@ -1,17 +1,5 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB= ) Reference Implementation, vhudson-jaxb-ri-2.1-661 = -// See http://java.sun.com/xml/ja= xb = -// Any modifications to this file will be lost upon recompilation of the s= ource schema. = -// Generated on: 2008.12.08 at 05:45:20 PM CST = -// - - package org.picketlink.identity.federation.saml.v2.ac; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; + = import javax.xml.datatype.Duration; = = @@ -31,14 +19,16 @@ * * = * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "ActivationLimitDurationType") -public class ActivationLimitDurationType { - - @XmlAttribute(required =3D true) + */ = +public class ActivationLimitDurationType = +{ protected Duration duration; = + public ActivationLimitDurationType( Duration theDuration ) + { + this.duration =3D theDuration; + } + = /** * Gets the value of the duration property. * = @@ -50,17 +40,4 @@ public Duration getDuration() { return duration; } - - /** - * Sets the value of the duration property. - * = - * @param value - * allowed object is - * {@link Duration } - * = - */ - public void setDuration(Duration value) { - this.duration =3D value; - } - -} +} \ No newline at end of file Modified: federation/trunk/picketlink-fed-model/src/main/java/org/picketlin= k/identity/federation/saml/v2/ac/ActivationLimitSessionType.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/ac/ActivationLimitSessionType.java 2011-02-03 21:11= :08 UTC (rev 699) +++ federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/ac/ActivationLimitSessionType.java 2011-02-03 21:18= :49 UTC (rev 700) @@ -1,18 +1,4 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB= ) Reference Implementation, vhudson-jaxb-ri-2.1-661 = -// See http://java.sun.com/xml/ja= xb = -// Any modifications to this file will be lost upon recompilation of the s= ource schema. = -// Generated on: 2008.12.08 at 05:45:20 PM CST = -// - - -package org.picketlink.identity.federation.saml.v2.ac; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - +package org.picketlink.identity.federation.saml.v2.ac; = /** *

Java class for ActivationLimitSessionType complex type. * = @@ -28,9 +14,7 @@ * * = * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "ActivationLimitSessionType") + */ = public class ActivationLimitSessionType { = = Deleted: federation/trunk/picketlink-fed-model/src/main/java/org/picketlink= /identity/federation/saml/v2/ac/ObjectFactory.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/ac/ObjectFactory.java 2011-02-03 21:11:08 UTC (rev = 699) +++ federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/ac/ObjectFactory.java 2011-02-03 21:18:49 UTC (rev = 700) @@ -1,862 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB= ) Reference Implementation, vhudson-jaxb-ri-2.1-661 = -// See http://java.sun.com/xml/ja= xb = -// Any modifications to this file will be lost upon recompilation of the s= ource schema. = -// Generated on: 2008.12.08 at 05:45:20 PM CST = -// - - -package org.picketlink.identity.federation.saml.v2.ac; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each = - * Java content interface and Java element interface = - * generated in the oasis.names.tc.saml._2_0.ac 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. - * = - */ -(a)XmlRegistry -public class ObjectFactory { - - private final static QName _GoverningAgreements_QNAME =3D new QName("u= rn:oasis:names:tc:SAML:2.0:ac", "GoverningAgreements"); - private final static QName _Length_QNAME =3D new QName("urn:oasis:name= s:tc:SAML:2.0:ac", "Length"); - private final static QName _TechnicalProtection_QNAME =3D new QName("u= rn:oasis:names:tc:SAML:2.0:ac", "TechnicalProtection"); - private final static QName _MobileNetworkRadioEncryption_QNAME =3D new= QName("urn:oasis:names:tc:SAML:2.0:ac", "MobileNetworkRadioEncryption"); - private final static QName _ComplexAuthenticator_QNAME =3D new QName("= urn:oasis:names:tc:SAML:2.0:ac", "ComplexAuthenticator"); - private final static QName _WTLS_QNAME =3D new QName("urn:oasis:names:= tc:SAML:2.0:ac", "WTLS"); - private final static QName _AsymmetricDecryption_QNAME =3D new QName("= urn:oasis:names:tc:SAML:2.0:ac", "AsymmetricDecryption"); - private final static QName _KeyStorage_QNAME =3D new QName("urn:oasis:= names:tc:SAML:2.0:ac", "KeyStorage"); - private final static QName _PreviousSession_QNAME =3D new QName("urn:o= asis:names:tc:SAML:2.0:ac", "PreviousSession"); - private final static QName _ZeroKnowledge_QNAME =3D new QName("urn:oas= is:names:tc:SAML:2.0:ac", "ZeroKnowledge"); - private final static QName _AuthenticatorTransportProtocol_QNAME =3D n= ew QName("urn:oasis:names:tc:SAML:2.0:ac", "AuthenticatorTransportProtocol"= ); - private final static QName _AuthnMethod_QNAME =3D new QName("urn:oasis= :names:tc:SAML:2.0:ac", "AuthnMethod"); - private final static QName _ActivationLimitUsages_QNAME =3D new QName(= "urn:oasis:names:tc:SAML:2.0:ac", "ActivationLimitUsages"); - private final static QName _KeySharing_QNAME =3D new QName("urn:oasis:= names:tc:SAML:2.0:ac", "KeySharing"); - private final static QName _MobileNetworkEndToEndEncryption_QNAME =3D = new QName("urn:oasis:names:tc:SAML:2.0:ac", "MobileNetworkEndToEndEncryptio= n"); - private final static QName _SharedSecretChallengeResponse_QNAME =3D ne= w QName("urn:oasis:names:tc:SAML:2.0:ac", "SharedSecretChallengeResponse"); - private final static QName _DigSig_QNAME =3D new QName("urn:oasis:name= s:tc:SAML:2.0:ac", "DigSig"); - private final static QName _SSL_QNAME =3D new QName("urn:oasis:names:t= c:SAML:2.0:ac", "SSL"); - private final static QName _ActivationPin_QNAME =3D new QName("urn:oas= is:names:tc:SAML:2.0:ac", "ActivationPin"); - private final static QName _Token_QNAME =3D new QName("urn:oasis:names= :tc:SAML:2.0:ac", "Token"); - private final static QName _PrivateKeyProtection_QNAME =3D new QName("= urn:oasis:names:tc:SAML:2.0:ac", "PrivateKeyProtection"); - private final static QName _AuthenticationContextDeclaration_QNAME =3D= new QName("urn:oasis:names:tc:SAML:2.0:ac", "AuthenticationContextDeclarat= ion"); - private final static QName _Extension_QNAME =3D new QName("urn:oasis:n= ames:tc:SAML:2.0:ac", "Extension"); - private final static QName _IPSec_QNAME =3D new QName("urn:oasis:names= :tc:SAML:2.0:ac", "IPSec"); - private final static QName _UserSuffix_QNAME =3D new QName("urn:oasis:= names:tc:SAML:2.0:ac", "UserSuffix"); - private final static QName _SwitchAudit_QNAME =3D new QName("urn:oasis= :names:tc:SAML:2.0:ac", "SwitchAudit"); - private final static QName _Password_QNAME =3D new QName("urn:oasis:na= mes:tc:SAML:2.0:ac", "Password"); - private final static QName _SecurityAudit_QNAME =3D new QName("urn:oas= is:names:tc:SAML:2.0:ac", "SecurityAudit"); - private final static QName _IPAddress_QNAME =3D new QName("urn:oasis:n= ames:tc:SAML:2.0:ac", "IPAddress"); - private final static QName _Smartcard_QNAME =3D new QName("urn:oasis:n= ames:tc:SAML:2.0:ac", "Smartcard"); - private final static QName _OperationalProtection_QNAME =3D new QName(= "urn:oasis:names:tc:SAML:2.0:ac", "OperationalProtection"); - private final static QName _WrittenConsent_QNAME =3D new QName("urn:oa= sis:names:tc:SAML:2.0:ac", "WrittenConsent"); - private final static QName _AsymmetricKeyAgreement_QNAME =3D new QName= ("urn:oasis:names:tc:SAML:2.0:ac", "AsymmetricKeyAgreement"); - private final static QName _SecretKeyProtection_QNAME =3D new QName("u= rn:oasis:names:tc:SAML:2.0:ac", "SecretKeyProtection"); - private final static QName _SharedSecretDynamicPlaintext_QNAME =3D new= QName("urn:oasis:names:tc:SAML:2.0:ac", "SharedSecretDynamicPlaintext"); - private final static QName _ADSL_QNAME =3D new QName("urn:oasis:names:= tc:SAML:2.0:ac", "ADSL"); - private final static QName _Authenticator_QNAME =3D new QName("urn:oas= is:names:tc:SAML:2.0:ac", "Authenticator"); - private final static QName _PSTN_QNAME =3D new QName("urn:oasis:names:= tc:SAML:2.0:ac", "PSTN"); - private final static QName _ActivationLimitDuration_QNAME =3D new QNam= e("urn:oasis:names:tc:SAML:2.0:ac", "ActivationLimitDuration"); - private final static QName _ActivationLimit_QNAME =3D new QName("urn:o= asis:names:tc:SAML:2.0:ac", "ActivationLimit"); - private final static QName _PrincipalAuthenticationMechanism_QNAME =3D= new QName("urn:oasis:names:tc:SAML:2.0:ac", "PrincipalAuthenticationMechan= ism"); - private final static QName _ActivationLimitSession_QNAME =3D new QName= ("urn:oasis:names:tc:SAML:2.0:ac", "ActivationLimitSession"); - private final static QName _MobileNetworkNoEncryption_QNAME =3D new QN= ame("urn:oasis:names:tc:SAML:2.0:ac", "MobileNetworkNoEncryption"); - private final static QName _Identification_QNAME =3D new QName("urn:oa= sis:names:tc:SAML:2.0:ac", "Identification"); - private final static QName _GoverningAgreementRef_QNAME =3D new QName(= "urn:oasis:names:tc:SAML:2.0:ac", "GoverningAgreementRef"); - private final static QName _RestrictedPassword_QNAME =3D new QName("ur= n:oasis:names:tc:SAML:2.0:ac", "RestrictedPassword"); - private final static QName _TimeSyncToken_QNAME =3D new QName("urn:oas= is:names:tc:SAML:2.0:ac", "TimeSyncToken"); - private final static QName _KeyActivation_QNAME =3D new QName("urn:oas= is:names:tc:SAML:2.0:ac", "KeyActivation"); - private final static QName _ResumeSession_QNAME =3D new QName("urn:oas= is:names:tc:SAML:2.0:ac", "ResumeSession"); - private final static QName _SubscriberLineNumber_QNAME =3D new QName("= urn:oasis:names:tc:SAML:2.0:ac", "SubscriberLineNumber"); - private final static QName _DeactivationCallCenter_QNAME =3D new QName= ("urn:oasis:names:tc:SAML:2.0:ac", "DeactivationCallCenter"); - private final static QName _ISDN_QNAME =3D new QName("urn:oasis:names:= tc:SAML:2.0:ac", "ISDN"); - private final static QName _Alphabet_QNAME =3D new QName("urn:oasis:na= mes:tc:SAML:2.0:ac", "Alphabet"); - private final static QName _HTTP_QNAME =3D new QName("urn:oasis:names:= tc:SAML:2.0:ac", "HTTP"); - - /** - * Create a new ObjectFactory that can be used to create new instances= of schema derived classes for package: oasis.names.tc.saml._2_0.ac - * = - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link RestrictedPasswordType } - * = - */ - public RestrictedPasswordType createRestrictedPasswordType() { - return new RestrictedPasswordType(); - } - - /** - * Create an instance of {@link Generation } - * = - */ - public Generation createGeneration() { - return new Generation(); - } - - /** - * Create an instance of {@link LengthType } - * = - */ - public LengthType createLengthType() { - return new LengthType(); - } - - /** - * Create an instance of {@link ActivationLimitDurationType } - * = - */ - public ActivationLimitDurationType createActivationLimitDurationType()= { - return new ActivationLimitDurationType(); - } - - /** - * Create an instance of {@link ActivationLimitType } - * = - */ - public ActivationLimitType createActivationLimitType() { - return new ActivationLimitType(); - } - - /** - * Create an instance of {@link AuthnContextDeclarationBaseType } - * = - */ - public AuthnContextDeclarationBaseType createAuthnContextDeclarationBa= seType() { - return new AuthnContextDeclarationBaseType(); - } - - /** - * Create an instance of {@link TimeSyncTokenType } - * = - */ - public TimeSyncTokenType createTimeSyncTokenType() { - return new TimeSyncTokenType(); - } - - /** - * Create an instance of {@link OperationalProtectionType } - * = - */ - public OperationalProtectionType createOperationalProtectionType() { - return new OperationalProtectionType(); - } - - /** - * Create an instance of {@link IdentificationType } - * = - */ - public IdentificationType createIdentificationType() { - return new IdentificationType(); - } - - /** - * Create an instance of {@link AuthenticatorTransportProtocolType } - * = - */ - public AuthenticatorTransportProtocolType createAuthenticatorTransport= ProtocolType() { - return new AuthenticatorTransportProtocolType(); - } - - /** - * Create an instance of {@link RestrictedLengthType } - * = - */ - public RestrictedLengthType createRestrictedLengthType() { - return new RestrictedLengthType(); - } - - /** - * Create an instance of {@link AuthenticatorBaseType } - * = - */ - public AuthenticatorBaseType createAuthenticatorBaseType() { - return new AuthenticatorBaseType(); - } - - /** - * Create an instance of {@link ExtensionOnlyType } - * = - */ - public ExtensionOnlyType createExtensionOnlyType() { - return new ExtensionOnlyType(); - } - - /** - * Create an instance of {@link PrincipalAuthenticationMechanismType } - * = - */ - public PrincipalAuthenticationMechanismType createPrincipalAuthenticat= ionMechanismType() { - return new PrincipalAuthenticationMechanismType(); - } - - /** - * Create an instance of {@link GoverningAgreementRefType } - * = - */ - public GoverningAgreementRefType createGoverningAgreementRefType() { - return new GoverningAgreementRefType(); - } - - /** - * Create an instance of {@link KeySharingType } - * = - */ - public KeySharingType createKeySharingType() { - return new KeySharingType(); - } - - /** - * Create an instance of {@link KeyStorageType } - * = - */ - public KeyStorageType createKeyStorageType() { - return new KeyStorageType(); - } - - /** - * Create an instance of {@link ActivationLimitUsagesType } - * = - */ - public ActivationLimitUsagesType createActivationLimitUsagesType() { - return new ActivationLimitUsagesType(); - } - - /** - * Create an instance of {@link AuthnMethodBaseType } - * = - */ - public AuthnMethodBaseType createAuthnMethodBaseType() { - return new AuthnMethodBaseType(); - } - - /** - * Create an instance of {@link PhysicalVerification } - * = - */ - public PhysicalVerification createPhysicalVerification() { - return new PhysicalVerification(); - } - - /** - * Create an instance of {@link TokenType } - * = - */ - public TokenType createTokenType() { - return new TokenType(); - } - - /** - * Create an instance of {@link GoverningAgreementsType } - * = - */ - public GoverningAgreementsType createGoverningAgreementsType() { - return new GoverningAgreementsType(); - } - - /** - * Create an instance of {@link TechnicalProtectionBaseType } - * = - */ - public TechnicalProtectionBaseType createTechnicalProtectionBaseType()= { - return new TechnicalProtectionBaseType(); - } - - /** - * Create an instance of {@link ActivationPinType } - * = - */ - public ActivationPinType createActivationPinType() { - return new ActivationPinType(); - } - - /** - * Create an instance of {@link PublicKeyType } - * = - */ - public PublicKeyType createPublicKeyType() { - return new PublicKeyType(); - } - - /** - * Create an instance of {@link SecurityAuditType } - * = - */ - public SecurityAuditType createSecurityAuditType() { - return new SecurityAuditType(); - } - - /** - * Create an instance of {@link PrivateKeyProtectionType } - * = - */ - public PrivateKeyProtectionType createPrivateKeyProtectionType() { - return new PrivateKeyProtectionType(); - } - - /** - * Create an instance of {@link ComplexAuthenticatorType } - * = - */ - public ComplexAuthenticatorType createComplexAuthenticatorType() { - return new ComplexAuthenticatorType(); - } - - /** - * Create an instance of {@link AlphabetType } - * = - */ - public AlphabetType createAlphabetType() { - return new AlphabetType(); - } - - /** - * Create an instance of {@link PasswordType } - * = - */ - public PasswordType createPasswordType() { - return new PasswordType(); - } - - /** - * Create an instance of {@link ActivationLimitSessionType } - * = - */ - public ActivationLimitSessionType createActivationLimitSessionType() { - return new ActivationLimitSessionType(); - } - - /** - * Create an instance of {@link ExtensionType } - * = - */ - public ExtensionType createExtensionType() { - return new ExtensionType(); - } - - /** - * Create an instance of {@link KeyActivationType } - * = - */ - public KeyActivationType createKeyActivationType() { - return new KeyActivationType(); - } - - /** - * Create an instance of {@link SecretKeyProtectionType } - * = - */ - public SecretKeyProtectionType createSecretKeyProtectionType() { - return new SecretKeyProtectionType(); - } - - /** - * Create an instance of {@link SharedSecretChallengeResponseType } - * = - */ - public SharedSecretChallengeResponseType createSharedSecretChallengeRe= sponseType() { - return new SharedSecretChallengeResponseType(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Governing= AgreementsType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "GoverningAgreements") - public JAXBElement createGoverningAgreements(= GoverningAgreementsType value) { - return new JAXBElement(_GoverningAgreemen= ts_QNAME, GoverningAgreementsType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link LengthTyp= e }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "Length") - public JAXBElement createLength(LengthType value) { - return new JAXBElement(_Length_QNAME, LengthType.class= , null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Technical= ProtectionBaseType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "TechnicalProtection") - public JAXBElement createTechnicalProtect= ion(TechnicalProtectionBaseType value) { - return new JAXBElement(_TechnicalProt= ection_QNAME, TechnicalProtectionBaseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "MobileNetworkRadioEncryption") - public JAXBElement createMobileNetworkRadioEncrypti= on(ExtensionOnlyType value) { - return new JAXBElement(_MobileNetworkRadioEncry= ption_QNAME, ExtensionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ComplexAu= thenticatorType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "ComplexAuthenticator") - public JAXBElement createComplexAuthenticato= r(ComplexAuthenticatorType value) { - return new JAXBElement(_ComplexAuthentic= ator_QNAME, ComplexAuthenticatorType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "WTLS") - public JAXBElement createWTLS(ExtensionOnlyType val= ue) { - return new JAXBElement(_WTLS_QNAME, ExtensionOn= lyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PublicKey= Type }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "AsymmetricDecryption") - public JAXBElement createAsymmetricDecryption(PublicKey= Type value) { - return new JAXBElement(_AsymmetricDecryption_QNAME,= PublicKeyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link KeyStorag= eType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "KeyStorage") - public JAXBElement createKeyStorage(KeyStorageType val= ue) { - return new JAXBElement(_KeyStorage_QNAME, KeyStora= geType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "PreviousSession") - public JAXBElement createPreviousSession(ExtensionO= nlyType value) { - return new JAXBElement(_PreviousSession_QNAME, = ExtensionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "ZeroKnowledge") - public JAXBElement createZeroKnowledge(ExtensionOnl= yType value) { - return new JAXBElement(_ZeroKnowledge_QNAME, Ex= tensionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Authentic= atorTransportProtocolType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "AuthenticatorTransportProtocol") - public JAXBElement createAuthentic= atorTransportProtocol(AuthenticatorTransportProtocolType value) { - return new JAXBElement(_Authen= ticatorTransportProtocol_QNAME, AuthenticatorTransportProtocolType.class, n= ull, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AuthnMeth= odBaseType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "AuthnMethod") - public JAXBElement createAuthnMethod(AuthnMethodB= aseType value) { - return new JAXBElement(_AuthnMethod_QNAME, Au= thnMethodBaseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Activatio= nLimitUsagesType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "ActivationLimitUsages") - public JAXBElement createActivationLimitUsa= ges(ActivationLimitUsagesType value) { - return new JAXBElement(_ActivationLimit= Usages_QNAME, ActivationLimitUsagesType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link KeySharin= gType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "KeySharing") - public JAXBElement createKeySharing(KeySharingType val= ue) { - return new JAXBElement(_KeySharing_QNAME, KeyShari= ngType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "MobileNetworkEndToEndEncryption") - public JAXBElement createMobileNetworkEndToEndEncry= ption(ExtensionOnlyType value) { - return new JAXBElement(_MobileNetworkEndToEndEn= cryption_QNAME, ExtensionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SharedSec= retChallengeResponseType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "SharedSecretChallengeResponse") - public JAXBElement createSharedSecr= etChallengeResponse(SharedSecretChallengeResponseType value) { - return new JAXBElement(_SharedS= ecretChallengeResponse_QNAME, SharedSecretChallengeResponseType.class, null= , value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PublicKey= Type }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "DigSig") - public JAXBElement createDigSig(PublicKeyType value) { - return new JAXBElement(_DigSig_QNAME, PublicKeyType= .class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "SSL") - public JAXBElement createSSL(ExtensionOnlyType valu= e) { - return new JAXBElement(_SSL_QNAME, ExtensionOnl= yType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Activatio= nPinType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "ActivationPin") - public JAXBElement createActivationPin(ActivationPi= nType value) { - return new JAXBElement(_ActivationPin_QNAME, Ac= tivationPinType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link TokenType= }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "Token") - public JAXBElement createToken(TokenType value) { - return new JAXBElement(_Token_QNAME, TokenType.class, n= ull, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PrivateKe= yProtectionType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "PrivateKeyProtection") - public JAXBElement createPrivateKeyProtectio= n(PrivateKeyProtectionType value) { - return new JAXBElement(_PrivateKeyProtec= tion_QNAME, PrivateKeyProtectionType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AuthnCont= extDeclarationBaseType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "AuthenticationContextDeclaration") - public JAXBElement createAuthenticati= onContextDeclaration(AuthnContextDeclarationBaseType value) { - return new JAXBElement(_Authentic= ationContextDeclaration_QNAME, AuthnContextDeclarationBaseType.class, null,= value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= Type }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "Extension") - public JAXBElement createExtension(ExtensionType value)= { - return new JAXBElement(_Extension_QNAME, ExtensionT= ype.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "IPSec") - public JAXBElement createIPSec(ExtensionOnlyType va= lue) { - return new JAXBElement(_IPSec_QNAME, ExtensionO= nlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "UserSuffix") - public JAXBElement createUserSuffix(ExtensionOnlyTy= pe value) { - return new JAXBElement(_UserSuffix_QNAME, Exten= sionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "SwitchAudit") - public JAXBElement createSwitchAudit(ExtensionOnlyT= ype value) { - return new JAXBElement(_SwitchAudit_QNAME, Exte= nsionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PasswordT= ype }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "Password") - public JAXBElement createPassword(PasswordType value) { - return new JAXBElement(_Password_QNAME, PasswordType= .class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SecurityA= uditType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "SecurityAudit") - public JAXBElement createSecurityAudit(SecurityAudi= tType value) { - return new JAXBElement(_SecurityAudit_QNAME, Se= curityAuditType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "IPAddress") - public JAXBElement createIPAddress(ExtensionOnlyTyp= e value) { - return new JAXBElement(_IPAddress_QNAME, Extens= ionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "Smartcard") - public JAXBElement createSmartcard(ExtensionOnlyTyp= e value) { - return new JAXBElement(_Smartcard_QNAME, Extens= ionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Operation= alProtectionType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "OperationalProtection") - public JAXBElement createOperationalProtect= ion(OperationalProtectionType value) { - return new JAXBElement(_OperationalProt= ection_QNAME, OperationalProtectionType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "WrittenConsent") - public JAXBElement createWrittenConsent(ExtensionOn= lyType value) { - return new JAXBElement(_WrittenConsent_QNAME, E= xtensionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link PublicKey= Type }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "AsymmetricKeyAgreement") - public JAXBElement createAsymmetricKeyAgreement(PublicK= eyType value) { - return new JAXBElement(_AsymmetricKeyAgreement_QNAM= E, PublicKeyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link SecretKey= ProtectionType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "SecretKeyProtection") - public JAXBElement createSecretKeyProtection(= SecretKeyProtectionType value) { - return new JAXBElement(_SecretKeyProtecti= on_QNAME, SecretKeyProtectionType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "SharedSecretDynamicPlaintext") - public JAXBElement createSharedSecretDynamicPlainte= xt(ExtensionOnlyType value) { - return new JAXBElement(_SharedSecretDynamicPlai= ntext_QNAME, ExtensionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "ADSL") - public JAXBElement createADSL(ExtensionOnlyType val= ue) { - return new JAXBElement(_ADSL_QNAME, ExtensionOn= lyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Authentic= atorBaseType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "Authenticator") - public JAXBElement createAuthenticator(Authenti= catorBaseType value) { - return new JAXBElement(_Authenticator_QNAME= , AuthenticatorBaseType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "PSTN") - public JAXBElement createPSTN(ExtensionOnlyType val= ue) { - return new JAXBElement(_PSTN_QNAME, ExtensionOn= lyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Activatio= nLimitDurationType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "ActivationLimitDuration") - public JAXBElement createActivationLimitD= uration(ActivationLimitDurationType value) { - return new JAXBElement(_ActivationLim= itDuration_QNAME, ActivationLimitDurationType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Activatio= nLimitType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "ActivationLimit") - public JAXBElement createActivationLimit(Activati= onLimitType value) { - return new JAXBElement(_ActivationLimit_QNAME= , ActivationLimitType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Principal= AuthenticationMechanismType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "PrincipalAuthenticationMechanism") - public JAXBElement createPrincip= alAuthenticationMechanism(PrincipalAuthenticationMechanismType value) { - return new JAXBElement(_Prin= cipalAuthenticationMechanism_QNAME, PrincipalAuthenticationMechanismType.cl= ass, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Activatio= nLimitSessionType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "ActivationLimitSession") - public JAXBElement createActivationLimitSe= ssion(ActivationLimitSessionType value) { - return new JAXBElement(_ActivationLimi= tSession_QNAME, ActivationLimitSessionType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "MobileNetworkNoEncryption") - public JAXBElement createMobileNetworkNoEncryption(= ExtensionOnlyType value) { - return new JAXBElement(_MobileNetworkNoEncrypti= on_QNAME, ExtensionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Identific= ationType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "Identification") - public JAXBElement createIdentification(Identifica= tionType value) { - return new JAXBElement(_Identification_QNAME, = IdentificationType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Governing= AgreementRefType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "GoverningAgreementRef") - public JAXBElement createGoverningAgreement= Ref(GoverningAgreementRefType value) { - return new JAXBElement(_GoverningAgreem= entRef_QNAME, GoverningAgreementRefType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Restricte= dPasswordType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "RestrictedPassword") - public JAXBElement createRestrictedPassword(Re= strictedPasswordType value) { - return new JAXBElement(_RestrictedPassword= _QNAME, RestrictedPasswordType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link TimeSyncT= okenType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "TimeSyncToken") - public JAXBElement createTimeSyncToken(TimeSyncToke= nType value) { - return new JAXBElement(_TimeSyncToken_QNAME, Ti= meSyncTokenType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link KeyActiva= tionType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "KeyActivation") - public JAXBElement createKeyActivation(KeyActivatio= nType value) { - return new JAXBElement(_KeyActivation_QNAME, Ke= yActivationType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "ResumeSession") - public JAXBElement createResumeSession(ExtensionOnl= yType value) { - return new JAXBElement(_ResumeSession_QNAME, Ex= tensionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "SubscriberLineNumber") - public JAXBElement createSubscriberLineNumber(Exten= sionOnlyType value) { - return new JAXBElement(_SubscriberLineNumber_QN= AME, ExtensionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "DeactivationCallCenter") - public JAXBElement createDeactivationCallCenter(Ext= ensionOnlyType value) { - return new JAXBElement(_DeactivationCallCenter_= QNAME, ExtensionOnlyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "ISDN") - public JAXBElement createISDN(ExtensionOnlyType val= ue) { - return new JAXBElement(_ISDN_QNAME, ExtensionOn= lyType.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link AlphabetT= ype }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "Alphabet") - public JAXBElement createAlphabet(AlphabetType value) { - return new JAXBElement(_Alphabet_QNAME, AlphabetType= .class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Extension= OnlyType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:ac", name = =3D "HTTP") - public JAXBElement createHTTP(ExtensionOnlyType val= ue) { - return new JAXBElement(_HTTP_QNAME, ExtensionOn= lyType.class, null, value); - } - -} Modified: federation/trunk/picketlink-fed-model/src/main/java/org/picketlin= k/identity/federation/saml/v2/profiles/attribute/dce/DCEValueType.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/attribute/dce/DCEValueType.java 2011-02-03= 21:11:08 UTC (rev 699) +++ federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/attribute/dce/DCEValueType.java 2011-02-03= 21:18:49 UTC (rev 700) @@ -1,19 +1,5 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB= ) Reference Implementation, vhudson-jaxb-ri-2.1-661 = -// See http://java.sun.com/xml/ja= xb = -// Any modifications to this file will be lost upon recompilation of the s= ource schema. = -// Generated on: 2008.12.08 at 05:45:20 PM CST = -// - - package org.picketlink.identity.federation.saml.v2.profiles.attribute.dce; = -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; = = /** @@ -33,20 +19,11 @@ * * = * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "DCEValueType", propOrder =3D { - "value" -}) + */ = public class DCEValueType { - - @XmlValue - @XmlSchemaType(name =3D "anyURI") - protected String value; - @XmlAttribute(name =3D "Realm", namespace =3D "urn:oasis:names:tc:SAML= :2.0:profiles:attribute:DCE") - @XmlSchemaType(name =3D "anyURI") - protected String realm; - @XmlAttribute(name =3D "FriendlyName", namespace =3D "urn:oasis:names:= tc:SAML:2.0:profiles:attribute:DCE") + = + protected String value; = + protected String realm; = protected String friendlyName; = /** Deleted: federation/trunk/picketlink-fed-model/src/main/java/org/picketlink= /identity/federation/saml/v2/profiles/attribute/dce/ObjectFactory.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/attribute/dce/ObjectFactory.java 2011-02-0= 3 21:11:08 UTC (rev 699) +++ federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/attribute/dce/ObjectFactory.java 2011-02-0= 3 21:18:49 UTC (rev 700) @@ -1,47 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB= ) Reference Implementation, vhudson-jaxb-ri-2.1-661 = -// See http://java.sun.com/xml/ja= xb = -// Any modifications to this file will be lost upon recompilation of the s= ource schema. = -// Generated on: 2008.12.08 at 05:45:20 PM CST = -// - - -package org.picketlink.identity.federation.saml.v2.profiles.attribute.dce; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each = - * Java content interface and Java element interface = - * generated in the oasis.names.tc.saml._2_0.profiles.attribute.dce packag= e. = - *

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. - * = - */ -(a)XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances= of schema derived classes for package: oasis.names.tc.saml._2_0.profiles.a= ttribute.dce - * = - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link DCEValueType } - * = - */ - public DCEValueType createDCEValueType() { - return new DCEValueType(); - } - -} Modified: federation/trunk/picketlink-fed-model/src/main/java/org/picketlin= k/identity/federation/saml/v2/profiles/attribute/dce/package-info.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/attribute/dce/package-info.java 2011-02-03= 21:11:08 UTC (rev 699) +++ federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/attribute/dce/package-info.java 2011-02-03= 21:18:49 UTC (rev 700) @@ -1,9 +1 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB= ) Reference Implementation, vhudson-jaxb-ri-2.1-661 = -// See http://java.sun.com/xml/ja= xb = -// Any modifications to this file will be lost upon recompilation of the s= ource schema. = -// Generated on: 2008.12.08 at 05:45:20 PM CST = -// - -(a)javax.xml.bind.annotation.XmlSchema(namespace =3D "urn:oasis:names:tc:S= AML:2.0:profiles:attribute:DCE") package org.picketlink.identity.federation.saml.v2.profiles.attribute.dce; Deleted: federation/trunk/picketlink-fed-model/src/main/java/org/picketlink= /identity/federation/saml/v2/profiles/sso/ecp/ObjectFactory.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/sso/ecp/ObjectFactory.java 2011-02-03 21:1= 1:08 UTC (rev 699) +++ federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/sso/ecp/ObjectFactory.java 2011-02-03 21:1= 8:49 UTC (rev 700) @@ -1,96 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB= ) Reference Implementation, vhudson-jaxb-ri-2.1-661 = -// See http://java.sun.com/xml/ja= xb = -// Any modifications to this file will be lost upon recompilation of the s= ource schema. = -// Generated on: 2008.12.08 at 05:45:20 PM CST = -// - - -package org.picketlink.identity.federation.saml.v2.profiles.sso.ecp; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each = - * Java content interface and Java element interface = - * generated in the oasis.names.tc.saml._2_0.profiles.sso.ecp 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. - * = - */ -(a)XmlRegistry -public class ObjectFactory { - - private final static QName _Response_QNAME =3D new QName("urn:oasis:na= mes:tc:SAML:2.0:profiles:SSO:ecp", "Response"); - private final static QName _Request_QNAME =3D new QName("urn:oasis:nam= es:tc:SAML:2.0:profiles:SSO:ecp", "Request"); - private final static QName _RelayState_QNAME =3D new QName("urn:oasis:= names:tc:SAML:2.0:profiles:SSO:ecp", "RelayState"); - - /** - * Create a new ObjectFactory that can be used to create new instances= of schema derived classes for package: oasis.names.tc.saml._2_0.profiles.s= so.ecp - * = - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link RelayStateType } - * = - */ - public RelayStateType createRelayStateType() { - return new RelayStateType(); - } - - /** - * Create an instance of {@link ResponseType } - * = - */ - public ResponseType createResponseType() { - return new ResponseType(); - } - - /** - * Create an instance of {@link RequestType } - * = - */ - public RequestType createRequestType() { - return new RequestType(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link ResponseT= ype }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:profiles:SS= O:ecp", name =3D "Response") - public JAXBElement createResponse(ResponseType value) { - return new JAXBElement(_Response_QNAME, ResponseType= .class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link RequestTy= pe }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:profiles:SS= O:ecp", name =3D "Request") - public JAXBElement createRequest(RequestType value) { - return new JAXBElement(_Request_QNAME, RequestType.cl= ass, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link RelayStat= eType }{@code >}} - * = - */ - @XmlElementDecl(namespace =3D "urn:oasis:names:tc:SAML:2.0:profiles:SS= O:ecp", name =3D "RelayState") - public JAXBElement createRelayState(RelayStateType val= ue) { - return new JAXBElement(_RelayState_QNAME, RelaySta= teType.class, null, value); - } - -} Modified: federation/trunk/picketlink-fed-model/src/main/java/org/picketlin= k/identity/federation/saml/v2/profiles/sso/ecp/RelayStateType.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/sso/ecp/RelayStateType.java 2011-02-03 21:= 11:08 UTC (rev 699) +++ federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/sso/ecp/RelayStateType.java 2011-02-03 21:= 18:49 UTC (rev 700) @@ -1,24 +1,6 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB= ) Reference Implementation, vhudson-jaxb-ri-2.1-661 = -// See http://java.sun.com/xml/ja= xb = -// Any modifications to this file will be lost upon recompilation of the s= ource schema. = -// Generated on: 2008.12.08 at 05:45:20 PM CST = -// - - package org.picketlink.identity.federation.saml.v2.profiles.sso.ecp; = -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; = -import org.picketlink.identity.federation.saml.v2.generated.runtime.ZeroOn= eBooleanAdapter; - - /** *

Java class for RelayStateType complex type. * = @@ -36,20 +18,11 @@ * * = * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "RelayStateType", propOrder =3D { - "value" -}) + */ = public class RelayStateType { - - @XmlValue - protected String value; - @XmlAttribute(namespace =3D "http://schemas.xmlsoap.org/soap/envelope/= ", required =3D true) - @XmlJavaTypeAdapter(ZeroOneBooleanAdapter.class) - protected Boolean mustUnderstand; - @XmlAttribute(namespace =3D "http://schemas.xmlsoap.org/soap/envelope/= ", required =3D true) - @XmlSchemaType(name =3D "anyURI") + = + protected String value; = + protected Boolean mustUnderstand; = protected String actor; = /** Modified: federation/trunk/picketlink-fed-model/src/main/java/org/picketlin= k/identity/federation/saml/v2/profiles/sso/ecp/RequestType.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/sso/ecp/RequestType.java 2011-02-03 21:11:= 08 UTC (rev 699) +++ federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/sso/ecp/RequestType.java 2011-02-03 21:18:= 49 UTC (rev 700) @@ -1,24 +1,7 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB= ) Reference Implementation, vhudson-jaxb-ri-2.1-661 = -// See http://java.sun.com/xml/ja= xb = -// Any modifications to this file will be lost upon recompilation of the s= ource schema. = -// Generated on: 2008.12.08 at 05:45:20 PM CST = -// - - package org.picketlink.identity.federation.saml.v2.profiles.sso.ecp; = -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - -//import org.picketlink.identity.federation.saml.v2.assertion.NameIDType; -import org.picketlink.identity.federation.saml.v2.generated.runtime.ZeroOn= eBooleanAdapter; -//import org.picketlink.identity.federation.saml.v2.protocol.IDPListType; +import org.picketlink.identity.federation.newmodel.saml.v2.assertion.NameI= DType; +import org.picketlink.identity.federation.newmodel.saml.v2.protocol.IDPLis= tType; = = = @@ -45,27 +28,14 @@ * * = * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "RequestType", propOrder =3D { - "issuer", - "idpList" -}) + */ = public class RequestType { = - /* @XmlElement(name =3D "Issuer", namespace =3D "urn:oasis:names:tc:S= AML:2.0:assertion", required =3D true) - protected NameIDType issuer; - @XmlElement(name =3D "IDPList", namespace =3D "urn:oasis:names:tc:SAML:= 2.0:protocol") - protected IDPListType idpList;*/ - @XmlAttribute(namespace =3D "http://schemas.xmlsoap.org/soap/envelope/= ", required =3D true) - @XmlJavaTypeAdapter(ZeroOneBooleanAdapter.class) - protected Boolean mustUnderstand; - @XmlAttribute(namespace =3D "http://schemas.xmlsoap.org/soap/envelope/= ", required =3D true) - @XmlSchemaType(name =3D "anyURI") - protected String actor; - @XmlAttribute(name =3D "ProviderName") - protected String providerName; - @XmlAttribute(name =3D "IsPassive") + protected NameIDType issuer; + protected IDPListType idpList; = + protected Boolean mustUnderstand; = + protected String actor; = + protected String providerName; = protected Boolean isPassive; = /** @@ -76,9 +46,9 @@ * {@link NameIDType } * = */ - /*public NameIDType getIssuer() { + public NameIDType getIssuer() { return issuer; - }*/ + } = /** * Sets the value of the issuer property. @@ -88,9 +58,9 @@ * {@link NameIDType } * = */ - /*public void setIssuer(NameIDType value) { + public void setIssuer(NameIDType value) { this.issuer =3D value; - }*/ + } = /** * Gets the value of the idpList property. @@ -100,9 +70,9 @@ * {@link IDPListType } * = */ - /*public IDPListType getIDPList() { + public IDPListType getIDPList() { return idpList; - }*/ + } = /** * Sets the value of the idpList property. @@ -112,9 +82,9 @@ * {@link IDPListType } * = */ - /*public void setIDPList(IDPListType value) { + public void setIDPList(IDPListType value) { this.idpList =3D value; - }*/ + } = /** * Gets the value of the mustUnderstand property. Modified: federation/trunk/picketlink-fed-model/src/main/java/org/picketlin= k/identity/federation/saml/v2/profiles/sso/ecp/ResponseType.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/sso/ecp/ResponseType.java 2011-02-03 21:11= :08 UTC (rev 699) +++ federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/sso/ecp/ResponseType.java 2011-02-03 21:18= :49 UTC (rev 700) @@ -1,23 +1,7 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB= ) Reference Implementation, vhudson-jaxb-ri-2.1-661 = -// See http://java.sun.com/xml/ja= xb = -// Any modifications to this file will be lost upon recompilation of the s= ource schema. = -// Generated on: 2008.12.08 at 05:45:20 PM CST = -// - - package org.picketlink.identity.federation.saml.v2.profiles.sso.ecp; = -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; = -import org.picketlink.identity.federation.saml.v2.generated.runtime.ZeroOn= eBooleanAdapter; = - /** *

Java class for ResponseType complex type. * = @@ -36,19 +20,10 @@ * * = * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "ResponseType") -public class ResponseType { - - @XmlAttribute(namespace =3D "http://schemas.xmlsoap.org/soap/envelope/= ", required =3D true) - @XmlJavaTypeAdapter(ZeroOneBooleanAdapter.class) - protected Boolean mustUnderstand; - @XmlAttribute(namespace =3D "http://schemas.xmlsoap.org/soap/envelope/= ", required =3D true) - @XmlSchemaType(name =3D "anyURI") - protected String actor; - @XmlAttribute(name =3D "AssertionConsumerServiceURL", required =3D tru= e) - @XmlSchemaType(name =3D "anyURI") + */ = +public class ResponseType { = + protected Boolean mustUnderstand; = + protected String actor; = protected String assertionConsumerServiceURL; = /** Modified: federation/trunk/picketlink-fed-model/src/main/java/org/picketlin= k/identity/federation/saml/v2/profiles/sso/ecp/package-info.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/sso/ecp/package-info.java 2011-02-03 21:11= :08 UTC (rev 699) +++ federation/trunk/picketlink-fed-model/src/main/java/org/picketlink/iden= tity/federation/saml/v2/profiles/sso/ecp/package-info.java 2011-02-03 21:18= :49 UTC (rev 700) @@ -1,9 +1 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB= ) Reference Implementation, vhudson-jaxb-ri-2.1-661 = -// See http://java.sun.com/xml/ja= xb = -// Any modifications to this file will be lost upon recompilation of the s= ource schema. = -// Generated on: 2008.12.08 at 05:45:20 PM CST = -// - -(a)javax.xml.bind.annotation.XmlSchema(namespace =3D "urn:oasis:names:tc:S= AML:2.0:profiles:SSO:ecp", elementFormDefault =3D javax.xml.bind.annotation= .XmlNsForm.QUALIFIED) package org.picketlink.identity.federation.saml.v2.profiles.sso.ecp; --===============8172773117068502965==--