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 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 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==--