From jboss-identity-commits at lists.jboss.org Sun Feb 8 22:46:01 2009 Content-Type: multipart/mixed; boundary="===============4706262987818435131==" MIME-Version: 1.0 From: jboss-identity-commits at lists.jboss.org To: jboss-identity-commits at lists.jboss.org Subject: [jboss-identity-commits] JBoss Identity SVN: r309 - identity-federation/trunk/identity-bindings/src/main/java/org/jboss/identity/federation/bindings/config. Date: Sun, 08 Feb 2009 22:45:54 -0500 Message-ID: --===============4706262987818435131== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: anil.saldhana(a)jboss.com Date: 2009-02-08 22:45:51 -0500 (Sun, 08 Feb 2009) New Revision: 309 Added: identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/AuthPropertyType.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/EncAlgoType.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/EncryptionType.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/IDPType.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/KeyProviderType.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/KeyValueType.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/ProviderType.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/SPType.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/TrustType.java Removed: identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/AuthProperty.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/IDP.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/KeyProvider.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/KeyValue.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/Provider.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/SP.java identity-federation/trunk/identity-bindings/src/main/java/org/jboss/iden= tity/federation/bindings/config/Trust.java Log: config changes Deleted: identity-federation/trunk/identity-bindings/src/main/java/org/jbos= s/identity/federation/bindings/config/AuthProperty.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/AuthProperty.java 2009-02-09 03:43:49 UTC = (rev 308) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/AuthProperty.java 2009-02-09 03:45:51 UTC = (rev 309) @@ -1,39 +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: 2009.01.22 at 12:05:50 AM CST = -// - - -package org.jboss.identity.federation.bindings.config; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for AuthProperty complex type. - * = - *

The following schema fragment specifies the expected content contain= ed within this class. - * = - *

- * <complexType name=3D"AuthProperty">
- *   <complexContent>
- *     <extension base=3D"{urn:jboss:identity-federation:config:1.0}Key=
Value">
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * = - * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "AuthProperty") -public class AuthProperty - extends KeyValue -{ - - -} Added: identity-federation/trunk/identity-bindings/src/main/java/org/jboss/= identity/federation/bindings/config/AuthPropertyType.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/AuthPropertyType.java = (rev 0) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/AuthPropertyType.java 2009-02-09 03:45:51 = UTC (rev 309) @@ -0,0 +1,39 @@ +// +// 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: 2009.02.04 at 09:20:44 PM CST = +// + + +package org.jboss.identity.federation.bindings.config; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for AuthPropertyType complex type. + * = + *

The following schema fragment specifies the expected content contain= ed within this class. + * = + *

+ * <complexType name=3D"AuthPropertyType">
+ *   <complexContent>
+ *     <extension base=3D"{urn:jboss:identity-federation:config:1.0}Key=
ValueType">
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * = + * = + */ +(a)XmlAccessorType(XmlAccessType.FIELD) +(a)XmlType(name =3D "AuthPropertyType") +public class AuthPropertyType + extends KeyValueType +{ + + +} Added: identity-federation/trunk/identity-bindings/src/main/java/org/jboss/= identity/federation/bindings/config/EncAlgoType.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/EncAlgoType.java (= rev 0) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/EncAlgoType.java 2009-02-09 03:45:51 UTC (= rev 309) @@ -0,0 +1,59 @@ +// +// 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: 2009.02.04 at 09:20:44 PM CST = +// + + +package org.jboss.identity.federation.bindings.config; + +import javax.xml.bind.annotation.XmlEnum; +import javax.xml.bind.annotation.XmlEnumValue; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for EncAlgoType. + * = + *

The following schema fragment specifies the expected content contain= ed within this class. + *

+ *

+ * <simpleType name=3D"EncAlgoType">
+ *   <restriction base=3D"{http://www.w3.org/2001/XMLSchema}string">
+ *     <enumeration value=3D"AES"/>
+ *     <enumeration value=3D"DES"/>
+ *     <enumeration value=3D"DESede"/>
+ *   </restriction>
+ * </simpleType>
+ * 
+ * = + */ +(a)XmlType(name =3D "EncAlgoType") +(a)XmlEnum +public enum EncAlgoType { + + AES("AES"), + DES("DES"), + @XmlEnumValue("DESede") + DE_SEDE("DESede"); + private final String value; + + EncAlgoType(String v) { + value =3D v; + } + + public String value() { + return value; + } + + public static EncAlgoType fromValue(String v) { + for (EncAlgoType c: EncAlgoType.values()) { + if (c.value.equals(v)) { + return c; + } + } + throw new IllegalArgumentException(v); + } + +} Added: identity-federation/trunk/identity-bindings/src/main/java/org/jboss/= identity/federation/bindings/config/EncryptionType.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/EncryptionType.java = (rev 0) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/EncryptionType.java 2009-02-09 03:45:51 UT= C (rev 309) @@ -0,0 +1,89 @@ +// +// 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: 2009.02.04 at 09:20:44 PM CST = +// + + +package org.jboss.identity.federation.bindings.config; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for EncryptionType complex type. + * = + *

The following schema fragment specifies the expected content contain= ed within this class. + * = + *

+ * <complexType name=3D"EncryptionType">
+ *   <complexContent>
+ *     <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name=3D"EncAlgo" type=3D"{urn:jboss:identity-federa=
tion:config:1.0}EncAlgoType"/>
+ *         <element name=3D"KeySize" type=3D"{http://www.w3.org/2001/XM=
LSchema}int"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * = + * = + */ +(a)XmlAccessorType(XmlAccessType.FIELD) +(a)XmlType(name =3D "EncryptionType", propOrder =3D { + "encAlgo", + "keySize" +}) +public class EncryptionType { + + @XmlElement(name =3D "EncAlgo", required =3D true) + protected EncAlgoType encAlgo; + @XmlElement(name =3D "KeySize") + protected int keySize; + + /** + * Gets the value of the encAlgo property. + * = + * @return + * possible object is + * {@link EncAlgoType } + * = + */ + public EncAlgoType getEncAlgo() { + return encAlgo; + } + + /** + * Sets the value of the encAlgo property. + * = + * @param value + * allowed object is + * {@link EncAlgoType } + * = + */ + public void setEncAlgo(EncAlgoType value) { + this.encAlgo =3D value; + } + + /** + * Gets the value of the keySize property. + * = + */ + public int getKeySize() { + return keySize; + } + + /** + * Sets the value of the keySize property. + * = + */ + public void setKeySize(int value) { + this.keySize =3D value; + } + +} Deleted: identity-federation/trunk/identity-bindings/src/main/java/org/jbos= s/identity/federation/bindings/config/IDP.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/IDP.java 2009-02-09 03:43:49 UTC (rev 308) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/IDP.java 2009-02-09 03:45:51 UTC (rev 309) @@ -1,107 +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: 2009.01.22 at 12:05:50 AM CST = -// - - -package org.jboss.identity.federation.bindings.config; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - * = - * IDP Type defines the configuration for an Identity - * Provider. - * = - * = - *

Java class for IDP complex type. - * = - *

The following schema fragment specifies the expected content contain= ed within this class. - * = - *

- * <complexType name=3D"IDP">
- *   <complexContent>
- *     <extension base=3D"{urn:jboss:identity-federation:config:1.0}Pro=
vider">
- *       <attribute name=3D"AssertionValidity" type=3D"{http://www.w3.o=
rg/2001/XMLSchema}long" default=3D"5000" />
- *       <attribute name=3D"RoleGenerator" type=3D"{http://www.w3.org/2=
001/XMLSchema}string" default=3D"org.jboss.identity.federation.bindings.tom=
cat.TomcatRoleGenerator" />
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * = - * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "IDP") -public class IDP - extends Provider -{ - - @XmlAttribute(name =3D "AssertionValidity") - protected Long assertionValidity; - @XmlAttribute(name =3D "RoleGenerator") - protected String roleGenerator; - - /** - * Gets the value of the assertionValidity property. - * = - * @return - * possible object is - * {@link Long } - * = - */ - public long getAssertionValidity() { - if (assertionValidity =3D=3D null) { - return 5000L; - } else { - return assertionValidity; - } - } - - /** - * Sets the value of the assertionValidity property. - * = - * @param value - * allowed object is - * {@link Long } - * = - */ - public void setAssertionValidity(Long value) { - this.assertionValidity =3D value; - } - - /** - * Gets the value of the roleGenerator property. - * = - * @return - * possible object is - * {@link String } - * = - */ - public String getRoleGenerator() { - if (roleGenerator =3D=3D null) { - return "org.jboss.identity.federation.bindings.tomcat.TomcatRo= leGenerator"; - } else { - return roleGenerator; - } - } - - /** - * Sets the value of the roleGenerator property. - * = - * @param value - * allowed object is - * {@link String } - * = - */ - public void setRoleGenerator(String value) { - this.roleGenerator =3D value; - } - -} Added: identity-federation/trunk/identity-bindings/src/main/java/org/jboss/= identity/federation/bindings/config/IDPType.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/IDPType.java (rev = 0) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/IDPType.java 2009-02-09 03:45:51 UTC (rev = 309) @@ -0,0 +1,170 @@ +// +// 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: 2009.02.04 at 09:20:44 PM CST = +// + + +package org.jboss.identity.federation.bindings.config; + +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.XmlType; + + +/** + * = + * IDP Type defines the configuration for an Identity + * Provider. + * = + * = + *

Java class for IDPType complex type. + * = + *

The following schema fragment specifies the expected content contain= ed within this class. + * = + *

+ * <complexType name=3D"IDPType">
+ *   <complexContent>
+ *     <extension base=3D"{urn:jboss:identity-federation:config:1.0}Pro=
viderType">
+ *       <sequence>
+ *         <element name=3D"Encryption" type=3D"{urn:jboss:identity-fed=
eration:config:1.0}EncryptionType" minOccurs=3D"0"/>
+ *       </sequence>
+ *       <attribute name=3D"AssertionValidity" type=3D"{http://www.w3.o=
rg/2001/XMLSchema}long" default=3D"300000" />
+ *       <attribute name=3D"RoleGenerator" type=3D"{http://www.w3.org/2=
001/XMLSchema}string" default=3D"org.jboss.identity.federation.bindings.tom=
cat.TomcatRoleGenerator" />
+ *       <attribute name=3D"Encrypt" type=3D"{http://www.w3.org/2001/XM=
LSchema}boolean" default=3D"false" />
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * = + * = + */ +(a)XmlAccessorType(XmlAccessType.FIELD) +(a)XmlType(name =3D "IDPType", propOrder =3D { + "encryption" +}) +public class IDPType + extends ProviderType +{ + + @XmlElement(name =3D "Encryption") + protected EncryptionType encryption; + @XmlAttribute(name =3D "AssertionValidity") + protected Long assertionValidity; + @XmlAttribute(name =3D "RoleGenerator") + protected String roleGenerator; + @XmlAttribute(name =3D "Encrypt") + protected Boolean encrypt; + + /** + * Gets the value of the encryption property. + * = + * @return + * possible object is + * {@link EncryptionType } + * = + */ + public EncryptionType getEncryption() { + return encryption; + } + + /** + * Sets the value of the encryption property. + * = + * @param value + * allowed object is + * {@link EncryptionType } + * = + */ + public void setEncryption(EncryptionType value) { + this.encryption =3D value; + } + + /** + * Gets the value of the assertionValidity property. + * = + * @return + * possible object is + * {@link Long } + * = + */ + public long getAssertionValidity() { + if (assertionValidity =3D=3D null) { + return 300000L; + } else { + return assertionValidity; + } + } + + /** + * Sets the value of the assertionValidity property. + * = + * @param value + * allowed object is + * {@link Long } + * = + */ + public void setAssertionValidity(Long value) { + this.assertionValidity =3D value; + } + + /** + * Gets the value of the roleGenerator property. + * = + * @return + * possible object is + * {@link String } + * = + */ + public String getRoleGenerator() { + if (roleGenerator =3D=3D null) { + return "org.jboss.identity.federation.bindings.tomcat.TomcatRo= leGenerator"; + } else { + return roleGenerator; + } + } + + /** + * Sets the value of the roleGenerator property. + * = + * @param value + * allowed object is + * {@link String } + * = + */ + public void setRoleGenerator(String value) { + this.roleGenerator =3D value; + } + + /** + * Gets the value of the encrypt property. + * = + * @return + * possible object is + * {@link Boolean } + * = + */ + public boolean isEncrypt() { + if (encrypt =3D=3D null) { + return false; + } else { + return encrypt; + } + } + + /** + * Sets the value of the encrypt property. + * = + * @param value + * allowed object is + * {@link Boolean } + * = + */ + public void setEncrypt(Boolean value) { + this.encrypt =3D value; + } + +} Deleted: identity-federation/trunk/identity-bindings/src/main/java/org/jbos= s/identity/federation/bindings/config/KeyProvider.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/KeyProvider.java 2009-02-09 03:43:49 UTC (= rev 308) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/KeyProvider.java 2009-02-09 03:45:51 UTC (= rev 309) @@ -1,169 +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: 2009.01.22 at 12:05:50 AM CST = -// - - -package org.jboss.identity.federation.bindings.config; - -import java.util.ArrayList; -import java.util.List; -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.XmlType; - - -/** - * = - * Source of the Signing and Validating Key - * = - * = - *

Java class for KeyProvider complex type. - * = - *

The following schema fragment specifies the expected content contain= ed within this class. - * = - *

- * <complexType name=3D"KeyProvider">
- *   <complexContent>
- *     <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name=3D"Auth" type=3D"{urn:jboss:identity-federatio=
n:config:1.0}AuthProperty" maxOccurs=3D"unbounded" minOccurs=3D"0"/>
- *         <element name=3D"ValidatingAlias" type=3D"{urn:jboss:identit=
y-federation:config:1.0}KeyValue" maxOccurs=3D"unbounded" minOccurs=3D"0"/>
- *         <element name=3D"SigningAlias" type=3D"{http://www.w3.org/20=
01/XMLSchema}string" minOccurs=3D"0"/>
- *       </sequence>
- *       <attribute name=3D"ClassName" type=3D"{http://www.w3.org/2001/=
XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * = - * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "KeyProvider", propOrder =3D { - "auth", - "validatingAlias", - "signingAlias" -}) -public class KeyProvider { - - @XmlElement(name =3D "Auth") - protected List auth; - @XmlElement(name =3D "ValidatingAlias") - protected List validatingAlias; - @XmlElement(name =3D "SigningAlias") - protected String signingAlias; - @XmlAttribute(name =3D "ClassName") - protected String className; - - /** - * Gets the value of the auth property. - * = - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the auth pro= perty. - * = - *

- * For example, to add a new item, do as follows: - *

-     *    getAuth().add(newItem);
-     * 
- * = - * = - *

- * Objects of the following type(s) are allowed in the list - * {@link AuthProperty } - * = - * = - */ - public List getAuth() { - if (auth =3D=3D null) { - auth =3D new ArrayList(); - } - return this.auth; - } - - /** - * Gets the value of the validatingAlias property. - * = - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the validati= ngAlias property. - * = - *

- * For example, to add a new item, do as follows: - *

-     *    getValidatingAlias().add(newItem);
-     * 
- * = - * = - *

- * Objects of the following type(s) are allowed in the list - * {@link KeyValue } - * = - * = - */ - public List getValidatingAlias() { - if (validatingAlias =3D=3D null) { - validatingAlias =3D new ArrayList(); - } - return this.validatingAlias; - } - - /** - * Gets the value of the signingAlias property. - * = - * @return - * possible object is - * {@link String } - * = - */ - public String getSigningAlias() { - return signingAlias; - } - - /** - * Sets the value of the signingAlias property. - * = - * @param value - * allowed object is - * {@link String } - * = - */ - public void setSigningAlias(String value) { - this.signingAlias =3D value; - } - - /** - * Gets the value of the className property. - * = - * @return - * possible object is - * {@link String } - * = - */ - public String getClassName() { - return className; - } - - /** - * Sets the value of the className property. - * = - * @param value - * allowed object is - * {@link String } - * = - */ - public void setClassName(String value) { - this.className =3D value; - } - -} Added: identity-federation/trunk/identity-bindings/src/main/java/org/jboss/= identity/federation/bindings/config/KeyProviderType.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/KeyProviderType.java = (rev 0) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/KeyProviderType.java 2009-02-09 03:45:51 U= TC (rev 309) @@ -0,0 +1,169 @@ +// +// 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: 2009.02.04 at 09:20:44 PM CST = +// + + +package org.jboss.identity.federation.bindings.config; + +import java.util.ArrayList; +import java.util.List; +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.XmlType; + + +/** + * = + * Source of the Signing and Validating Key + * = + * = + *

Java class for KeyProviderType complex type. + * = + *

The following schema fragment specifies the expected content contain= ed within this class. + * = + *

+ * <complexType name=3D"KeyProviderType">
+ *   <complexContent>
+ *     <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name=3D"Auth" type=3D"{urn:jboss:identity-federatio=
n:config:1.0}AuthPropertyType" maxOccurs=3D"unbounded" minOccurs=3D"0"/>
+ *         <element name=3D"ValidatingAlias" type=3D"{urn:jboss:identit=
y-federation:config:1.0}KeyValueType" maxOccurs=3D"unbounded" minOccurs=3D"=
0"/>
+ *         <element name=3D"SigningAlias" type=3D"{http://www.w3.org/20=
01/XMLSchema}string" minOccurs=3D"0"/>
+ *       </sequence>
+ *       <attribute name=3D"ClassName" type=3D"{http://www.w3.org/2001/=
XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * = + * = + */ +(a)XmlAccessorType(XmlAccessType.FIELD) +(a)XmlType(name =3D "KeyProviderType", propOrder =3D { + "auth", + "validatingAlias", + "signingAlias" +}) +public class KeyProviderType { + + @XmlElement(name =3D "Auth") + protected List auth; + @XmlElement(name =3D "ValidatingAlias") + protected List validatingAlias; + @XmlElement(name =3D "SigningAlias") + protected String signingAlias; + @XmlAttribute(name =3D "ClassName") + protected String className; + + /** + * Gets the value of the auth property. + * = + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the auth pro= perty. + * = + *

+ * For example, to add a new item, do as follows: + *

+     *    getAuth().add(newItem);
+     * 
+ * = + * = + *

+ * Objects of the following type(s) are allowed in the list + * {@link AuthPropertyType } + * = + * = + */ + public List getAuth() { + if (auth =3D=3D null) { + auth =3D new ArrayList(); + } + return this.auth; + } + + /** + * Gets the value of the validatingAlias property. + * = + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the validati= ngAlias property. + * = + *

+ * For example, to add a new item, do as follows: + *

+     *    getValidatingAlias().add(newItem);
+     * 
+ * = + * = + *

+ * Objects of the following type(s) are allowed in the list + * {@link KeyValueType } + * = + * = + */ + public List getValidatingAlias() { + if (validatingAlias =3D=3D null) { + validatingAlias =3D new ArrayList(); + } + return this.validatingAlias; + } + + /** + * Gets the value of the signingAlias property. + * = + * @return + * possible object is + * {@link String } + * = + */ + public String getSigningAlias() { + return signingAlias; + } + + /** + * Sets the value of the signingAlias property. + * = + * @param value + * allowed object is + * {@link String } + * = + */ + public void setSigningAlias(String value) { + this.signingAlias =3D value; + } + + /** + * Gets the value of the className property. + * = + * @return + * possible object is + * {@link String } + * = + */ + public String getClassName() { + return className; + } + + /** + * Sets the value of the className property. + * = + * @param value + * allowed object is + * {@link String } + * = + */ + public void setClassName(String value) { + this.className =3D value; + } + +} Deleted: identity-federation/trunk/identity-bindings/src/main/java/org/jbos= s/identity/federation/bindings/config/KeyValue.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/KeyValue.java 2009-02-09 03:43:49 UTC (rev= 308) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/KeyValue.java 2009-02-09 03:45:51 UTC (rev= 309) @@ -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: 2009.01.22 at 12:05:50 AM CST = -// - - -package org.jboss.identity.federation.bindings.config; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for KeyValue complex type. - * = - *

The following schema fragment specifies the expected content contain= ed within this class. - * = - *

- * <complexType name=3D"KeyValue">
- *   <complexContent>
- *     <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name=3D"Key" type=3D"{http://www.w3.org/2001/XMLSch=
ema}string" />
- *       <attribute name=3D"Value" type=3D"{http://www.w3.org/2001/XMLS=
chema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * = - * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "KeyValue") -(a)XmlSeeAlso({ - AuthProperty.class -}) -public class KeyValue { - - @XmlAttribute(name =3D "Key") - protected String key; - @XmlAttribute(name =3D "Value") - protected String value; - - /** - * Gets the value of the key property. - * = - * @return - * possible object is - * {@link String } - * = - */ - public String getKey() { - return key; - } - - /** - * Sets the value of the key property. - * = - * @param value - * allowed object is - * {@link String } - * = - */ - public void setKey(String value) { - this.key =3D value; - } - - /** - * Gets the value of the value property. - * = - * @return - * possible object is - * {@link String } - * = - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * = - * @param value - * allowed object is - * {@link String } - * = - */ - public void setValue(String value) { - this.value =3D value; - } - -} Added: identity-federation/trunk/identity-bindings/src/main/java/org/jboss/= identity/federation/bindings/config/KeyValueType.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/KeyValueType.java = (rev 0) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/KeyValueType.java 2009-02-09 03:45:51 UTC = (rev 309) @@ -0,0 +1,96 @@ +// +// 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: 2009.02.04 at 09:20:44 PM CST = +// + + +package org.jboss.identity.federation.bindings.config; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlAttribute; +import javax.xml.bind.annotation.XmlSeeAlso; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for KeyValueType complex type. + * = + *

The following schema fragment specifies the expected content contain= ed within this class. + * = + *

+ * <complexType name=3D"KeyValueType">
+ *   <complexContent>
+ *     <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <attribute name=3D"Key" type=3D"{http://www.w3.org/2001/XMLSch=
ema}string" />
+ *       <attribute name=3D"Value" type=3D"{http://www.w3.org/2001/XMLS=
chema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * = + * = + */ +(a)XmlAccessorType(XmlAccessType.FIELD) +(a)XmlType(name =3D "KeyValueType") +(a)XmlSeeAlso({ + AuthPropertyType.class +}) +public class KeyValueType { + + @XmlAttribute(name =3D "Key") + protected String key; + @XmlAttribute(name =3D "Value") + protected String value; + + /** + * Gets the value of the key property. + * = + * @return + * possible object is + * {@link String } + * = + */ + public String getKey() { + return key; + } + + /** + * Sets the value of the key property. + * = + * @param value + * allowed object is + * {@link String } + * = + */ + public void setKey(String value) { + this.key =3D value; + } + + /** + * Gets the value of the value property. + * = + * @return + * possible object is + * {@link String } + * = + */ + public String getValue() { + return value; + } + + /** + * Sets the value of the value property. + * = + * @param value + * allowed object is + * {@link String } + * = + */ + public void setValue(String value) { + this.value =3D value; + } + +} Deleted: identity-federation/trunk/identity-bindings/src/main/java/org/jbos= s/identity/federation/bindings/config/Provider.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/Provider.java 2009-02-09 03:43:49 UTC (rev= 308) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/Provider.java 2009-02-09 03:45:51 UTC (rev= 309) @@ -1,132 +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: 2009.01.22 at 12:05:50 AM CST = -// - - -package org.jboss.identity.federation.bindings.config; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * Base Type for IDP and SP - * = - *

Java class for Provider complex type. - * = - *

The following schema fragment specifies the expected content contain= ed within this class. - * = - *

- * <complexType name=3D"Provider">
- *   <complexContent>
- *     <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name=3D"IdentityURL" type=3D"{http://www.w3.org/200=
1/XMLSchema}string"/>
- *         <element name=3D"Trust" type=3D"{urn:jboss:identity-federati=
on:config:1.0}Trust"/>
- *         <element name=3D"KeyProvider" type=3D"{urn:jboss:identity-fe=
deration:config:1.0}KeyProvider" minOccurs=3D"0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * = - * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "Provider", propOrder =3D { - "identityURL", - "trust", - "keyProvider" -}) -(a)XmlSeeAlso({ - IDP.class, - SP.class -}) -public class Provider { - - @XmlElement(name =3D "IdentityURL", required =3D true) - protected String identityURL; - @XmlElement(name =3D "Trust") - protected Trust trust; - @XmlElement(name =3D "KeyProvider") - protected KeyProvider keyProvider; - - /** - * Gets the value of the identityURL property. - * = - * @return - * possible object is - * {@link String } - * = - */ - public String getIdentityURL() { - return identityURL; - } - - /** - * Sets the value of the identityURL property. - * = - * @param value - * allowed object is - * {@link String } - * = - */ - public void setIdentityURL(String value) { - this.identityURL =3D value; - } - - /** - * Gets the value of the trust property. - * = - * @return - * possible object is - * {@link Trust } - * = - */ - public Trust getTrust() { - return trust; - } - - /** - * Sets the value of the trust property. - * = - * @param value - * allowed object is - * {@link Trust } - * = - */ - public void setTrust(Trust value) { - this.trust =3D value; - } - - /** - * Gets the value of the keyProvider property. - * = - * @return - * possible object is - * {@link KeyProvider } - * = - */ - public KeyProvider getKeyProvider() { - return keyProvider; - } - - /** - * Sets the value of the keyProvider property. - * = - * @param value - * allowed object is - * {@link KeyProvider } - * = - */ - public void setKeyProvider(KeyProvider value) { - this.keyProvider =3D value; - } - -} Added: identity-federation/trunk/identity-bindings/src/main/java/org/jboss/= identity/federation/bindings/config/ProviderType.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/ProviderType.java = (rev 0) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/ProviderType.java 2009-02-09 03:45:51 UTC = (rev 309) @@ -0,0 +1,132 @@ +// +// 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: 2009.02.04 at 09:20:44 PM CST = +// + + +package org.jboss.identity.federation.bindings.config; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlSeeAlso; +import javax.xml.bind.annotation.XmlType; + + +/** + * Base Type for IDP and SP + * = + *

Java class for ProviderType complex type. + * = + *

The following schema fragment specifies the expected content contain= ed within this class. + * = + *

+ * <complexType name=3D"ProviderType">
+ *   <complexContent>
+ *     <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name=3D"IdentityURL" type=3D"{http://www.w3.org/200=
1/XMLSchema}string"/>
+ *         <element name=3D"Trust" type=3D"{urn:jboss:identity-federati=
on:config:1.0}TrustType" minOccurs=3D"0"/>
+ *         <element name=3D"KeyProvider" type=3D"{urn:jboss:identity-fe=
deration:config:1.0}KeyProviderType" minOccurs=3D"0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * = + * = + */ +(a)XmlAccessorType(XmlAccessType.FIELD) +(a)XmlType(name =3D "ProviderType", propOrder =3D { + "identityURL", + "trust", + "keyProvider" +}) +(a)XmlSeeAlso({ + IDPType.class, + SPType.class +}) +public class ProviderType { + + @XmlElement(name =3D "IdentityURL", required =3D true) + protected String identityURL; + @XmlElement(name =3D "Trust") + protected TrustType trust; + @XmlElement(name =3D "KeyProvider") + protected KeyProviderType keyProvider; + + /** + * Gets the value of the identityURL property. + * = + * @return + * possible object is + * {@link String } + * = + */ + public String getIdentityURL() { + return identityURL; + } + + /** + * Sets the value of the identityURL property. + * = + * @param value + * allowed object is + * {@link String } + * = + */ + public void setIdentityURL(String value) { + this.identityURL =3D value; + } + + /** + * Gets the value of the trust property. + * = + * @return + * possible object is + * {@link TrustType } + * = + */ + public TrustType getTrust() { + return trust; + } + + /** + * Sets the value of the trust property. + * = + * @param value + * allowed object is + * {@link TrustType } + * = + */ + public void setTrust(TrustType value) { + this.trust =3D value; + } + + /** + * Gets the value of the keyProvider property. + * = + * @return + * possible object is + * {@link KeyProviderType } + * = + */ + public KeyProviderType getKeyProvider() { + return keyProvider; + } + + /** + * Sets the value of the keyProvider property. + * = + * @param value + * allowed object is + * {@link KeyProviderType } + * = + */ + public void setKeyProvider(KeyProviderType value) { + this.keyProvider =3D value; + } + +} Deleted: identity-federation/trunk/identity-bindings/src/main/java/org/jbos= s/identity/federation/bindings/config/SP.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/SP.java 2009-02-09 03:43:49 UTC (rev 308) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/SP.java 2009-02-09 03:45:51 UTC (rev 309) @@ -1,73 +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: 2009.01.22 at 12:05:50 AM CST = -// - - -package org.jboss.identity.federation.bindings.config; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Service Provider Type - * = - *

Java class for SP complex type. - * = - *

The following schema fragment specifies the expected content contain= ed within this class. - * = - *

- * <complexType name=3D"SP">
- *   <complexContent>
- *     <extension base=3D"{urn:jboss:identity-federation:config:1.0}Pro=
vider">
- *       <sequence>
- *         <element name=3D"ServiceURL" type=3D"{http://www.w3.org/2001=
/XMLSchema}string"/>
- *       </sequence>
- *     </extension>
- *   </complexContent>
- * </complexType>
- * 
- * = - * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "SP", propOrder =3D { - "serviceURL" -}) -public class SP - extends Provider -{ - - @XmlElement(name =3D "ServiceURL", required =3D true) - protected String serviceURL; - - /** - * Gets the value of the serviceURL property. - * = - * @return - * possible object is - * {@link String } - * = - */ - public String getServiceURL() { - return serviceURL; - } - - /** - * Sets the value of the serviceURL property. - * = - * @param value - * allowed object is - * {@link String } - * = - */ - public void setServiceURL(String value) { - this.serviceURL =3D value; - } - -} Added: identity-federation/trunk/identity-bindings/src/main/java/org/jboss/= identity/federation/bindings/config/SPType.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/SPType.java (rev 0) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/SPType.java 2009-02-09 03:45:51 UTC (rev 3= 09) @@ -0,0 +1,73 @@ +// +// 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: 2009.02.04 at 09:20:44 PM CST = +// + + +package org.jboss.identity.federation.bindings.config; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + * Service Provider Type + * = + *

Java class for SPType complex type. + * = + *

The following schema fragment specifies the expected content contain= ed within this class. + * = + *

+ * <complexType name=3D"SPType">
+ *   <complexContent>
+ *     <extension base=3D"{urn:jboss:identity-federation:config:1.0}Pro=
viderType">
+ *       <sequence>
+ *         <element name=3D"ServiceURL" type=3D"{http://www.w3.org/2001=
/XMLSchema}string"/>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * = + * = + */ +(a)XmlAccessorType(XmlAccessType.FIELD) +(a)XmlType(name =3D "SPType", propOrder =3D { + "serviceURL" +}) +public class SPType + extends ProviderType +{ + + @XmlElement(name =3D "ServiceURL", required =3D true) + protected String serviceURL; + + /** + * Gets the value of the serviceURL property. + * = + * @return + * possible object is + * {@link String } + * = + */ + public String getServiceURL() { + return serviceURL; + } + + /** + * Sets the value of the serviceURL property. + * = + * @param value + * allowed object is + * {@link String } + * = + */ + public void setServiceURL(String value) { + this.serviceURL =3D value; + } + +} Deleted: identity-federation/trunk/identity-bindings/src/main/java/org/jbos= s/identity/federation/bindings/config/Trust.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/Trust.java 2009-02-09 03:43:49 UTC (rev 30= 8) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/Trust.java 2009-02-09 03:45:51 UTC (rev 30= 9) @@ -1,71 +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: 2009.01.22 at 12:05:50 AM CST = -// - - -package org.jboss.identity.federation.bindings.config; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * Aspects involved in trust decisions such as the domains that the IDP or= the Service Provider trusts. - * = - *

Java class for Trust complex type. - * = - *

The following schema fragment specifies the expected content contain= ed within this class. - * = - *

- * <complexType name=3D"Trust">
- *   <complexContent>
- *     <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name=3D"Domains" type=3D"{http://www.w3.org/2001/XM=
LSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * = - * = - */ -(a)XmlAccessorType(XmlAccessType.FIELD) -(a)XmlType(name =3D "Trust", propOrder =3D { - "domains" -}) -public class Trust { - - @XmlElement(name =3D "Domains", required =3D true) - protected String domains; - - /** - * Gets the value of the domains property. - * = - * @return - * possible object is - * {@link String } - * = - */ - public String getDomains() { - return domains; - } - - /** - * Sets the value of the domains property. - * = - * @param value - * allowed object is - * {@link String } - * = - */ - public void setDomains(String value) { - this.domains =3D value; - } - -} Added: identity-federation/trunk/identity-bindings/src/main/java/org/jboss/= identity/federation/bindings/config/TrustType.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 --- identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/TrustType.java (re= v 0) +++ identity-federation/trunk/identity-bindings/src/main/java/org/jboss/ide= ntity/federation/bindings/config/TrustType.java 2009-02-09 03:45:51 UTC (re= v 309) @@ -0,0 +1,71 @@ +// +// 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: 2009.02.04 at 09:20:44 PM CST = +// + + +package org.jboss.identity.federation.bindings.config; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + * Aspects involved in trust decisions such as the domains that the IDP or= the Service Provider trusts. + * = + *

Java class for TrustType complex type. + * = + *

The following schema fragment specifies the expected content contain= ed within this class. + * = + *

+ * <complexType name=3D"TrustType">
+ *   <complexContent>
+ *     <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name=3D"Domains" type=3D"{http://www.w3.org/2001/XM=
LSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * = + * = + */ +(a)XmlAccessorType(XmlAccessType.FIELD) +(a)XmlType(name =3D "TrustType", propOrder =3D { + "domains" +}) +public class TrustType { + + @XmlElement(name =3D "Domains", required =3D true) + protected String domains; + + /** + * Gets the value of the domains property. + * = + * @return + * possible object is + * {@link String } + * = + */ + public String getDomains() { + return domains; + } + + /** + * Sets the value of the domains property. + * = + * @param value + * allowed object is + * {@link String } + * = + */ + public void setDomains(String value) { + this.domains =3D value; + } + +} --===============4706262987818435131==--