From jboss-identity-commits at lists.jboss.org Tue Aug 25 12:53:03 2009 Content-Type: multipart/mixed; boundary="===============5223737952011338788==" 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: r740 - identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/identity/federation/web/config. Date: Tue, 25 Aug 2009 12:53:03 -0400 Message-ID: <200908251653.n7PGr3Hu028443@svn01.web.mwc.hst.phx2.redhat.com> --===============5223737952011338788== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: anil.saldhana(a)jboss.com Date: 2009-08-25 12:53:01 -0400 (Tue, 25 Aug 2009) New Revision: 740 Removed: identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/AuthPropertyType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/EncAlgoType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/EncryptionType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/IDPType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/KeyProviderType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/KeyValueType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/MetadataProviderType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/ObjectFactory.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/ProviderType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/SPType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/STSType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/ServiceProviderType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/ServiceProvidersType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/TokenProviderType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/TokenProvidersType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/TrustType.java identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/ide= ntity/federation/web/config/package-info.java Log: JBID-175: JAXBContext created once Deleted: identity-federation/trunk/jboss-identity-web/src/main/java/org/jbo= ss/identity/federation/web/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/jboss-identity-web/src/main/java/org/jboss/id= entity/federation/web/config/AuthPropertyType.java 2009-08-25 16:51:29 UTC = (rev 739) +++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id= entity/federation/web/config/AuthPropertyType.java 2009-08-25 16:53:01 UTC = (rev 740) @@ -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.04.21 at 04:51:39 PM CDT = -// - - -package org.jboss.identity.federation.web.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 -{ - - -} Deleted: identity-federation/trunk/jboss-identity-web/src/main/java/org/jbo= ss/identity/federation/web/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/jboss-identity-web/src/main/java/org/jboss/id= entity/federation/web/config/EncAlgoType.java 2009-08-25 16:51:29 UTC (rev = 739) +++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id= entity/federation/web/config/EncAlgoType.java 2009-08-25 16:53:01 UTC (rev = 740) @@ -1,59 +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.04.21 at 04:51:39 PM CDT = -// - - -package org.jboss.identity.federation.web.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); - } - -} Deleted: identity-federation/trunk/jboss-identity-web/src/main/java/org/jbo= ss/identity/federation/web/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/jboss-identity-web/src/main/java/org/jboss/id= entity/federation/web/config/EncryptionType.java 2009-08-25 16:51:29 UTC (r= ev 739) +++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id= entity/federation/web/config/EncryptionType.java 2009-08-25 16:53:01 UTC (r= ev 740) @@ -1,89 +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.04.21 at 04:51:39 PM CDT = -// - - -package org.jboss.identity.federation.web.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/jboss-identity-web/src/main/java/org/jbo= ss/identity/federation/web/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/jboss-identity-web/src/main/java/org/jboss/id= entity/federation/web/config/IDPType.java 2009-08-25 16:51:29 UTC (rev 739) +++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id= entity/federation/web/config/IDPType.java 2009-08-25 16:53:01 UTC (rev 740) @@ -1,170 +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.04.21 at 04:51:39 PM CDT = -// - - -package org.jboss.identity.federation.web.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/jboss-identity-web/src/main/java/org/jbo= ss/identity/federation/web/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/jboss-identity-web/src/main/java/org/jboss/id= entity/federation/web/config/KeyProviderType.java 2009-08-25 16:51:29 UTC (= rev 739) +++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id= entity/federation/web/config/KeyProviderType.java 2009-08-25 16:53:01 UTC (= rev 740) @@ -1,170 +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.04.21 at 04:51:39 PM CDT = -// - - -package org.jboss.identity.federation.web.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
- * 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
- * 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
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link KeyValueType }
- * =
- * =
- */
- public List Java class for KeyValueType complex type.
- * =
- * The following schema fragment specifies the expected content contain=
ed within this class.
- * =
- * Java class for MetadataProviderType complex type.
- * =
- * The following schema fragment specifies the expected content contain=
ed within this class.
- * =
- *
- * 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
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link KeyValueType }
- * =
- * =
- */
- public List 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 _JBossSTS_QNAME =3D new QName("urn:jboss:id=
entity-federation:config:1.0", "JBossSTS");
- private final static QName _JBossIDP_QNAME =3D new QName("urn:jboss:id=
entity-federation:config:1.0", "JBossIDP");
- private final static QName _JBossSP_QNAME =3D new QName("urn:jboss:ide=
ntity-federation:config:1.0", "JBossSP");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances=
of schema derived classes for package: org.jboss.identity.federation.web.c=
onfig
- * =
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link STSType }
- * =
- */
- public STSType createSTSType() {
- return new STSType();
- }
-
- /**
- * Create an instance of {@link KeyValueType }
- * =
- */
- public KeyValueType createKeyValueType() {
- return new KeyValueType();
- }
-
- /**
- * Create an instance of {@link ServiceProviderType }
- * =
- */
- public ServiceProviderType createServiceProviderType() {
- return new ServiceProviderType();
- }
-
- /**
- * Create an instance of {@link KeyProviderType }
- * =
- */
- public KeyProviderType createKeyProviderType() {
- return new KeyProviderType();
- }
-
- /**
- * Create an instance of {@link TokenProvidersType }
- * =
- */
- public TokenProvidersType createTokenProvidersType() {
- return new TokenProvidersType();
- }
-
- /**
- * Create an instance of {@link TokenProviderType }
- * =
- */
- public TokenProviderType createTokenProviderType() {
- return new TokenProviderType();
- }
-
- /**
- * Create an instance of {@link IDPType }
- * =
- */
- public IDPType createIDPType() {
- return new IDPType();
- }
-
- /**
- * Create an instance of {@link ServiceProvidersType }
- * =
- */
- public ServiceProvidersType createServiceProvidersType() {
- return new ServiceProvidersType();
- }
-
- /**
- * Create an instance of {@link MetadataProviderType }
- * =
- */
- public MetadataProviderType createMetadataProviderType() {
- return new MetadataProviderType();
- }
-
- /**
- * Create an instance of {@link ProviderType }
- * =
- */
- public ProviderType createProviderType() {
- return new ProviderType();
- }
-
- /**
- * Create an instance of {@link AuthPropertyType }
- * =
- */
- public AuthPropertyType createAuthPropertyType() {
- return new AuthPropertyType();
- }
-
- /**
- * Create an instance of {@link TrustType }
- * =
- */
- public TrustType createTrustType() {
- return new TrustType();
- }
-
- /**
- * Create an instance of {@link SPType }
- * =
- */
- public SPType createSPType() {
- return new SPType();
- }
-
- /**
- * Create an instance of {@link EncryptionType }
- * =
- */
- public EncryptionType createEncryptionType() {
- return new EncryptionType();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link STSType }=
{@code >}}
- * =
- */
- @XmlElementDecl(namespace =3D "urn:jboss:identity-federation:config:1.=
0", name =3D "JBossSTS")
- public JAXBElement Java class for ProviderType complex type.
- * =
- * The following schema fragment specifies the expected content contain=
ed within this class.
- * =
- * Java class for SPType complex type.
- * =
- * The following schema fragment specifies the expected content contain=
ed within this class.
- * =
- * Java class for STSType complex type.
- * =
- * The following schema fragment specifies the expected content contain=
ed within this class.
- * =
- * Java class for ServiceProviderType complex type.
- * =
- * The following schema fragment specifies the expected content contain=
ed within this class.
- * =
- * Java class for ServiceProvidersType complex type.
- * =
- * The following schema fragment specifies the expected content contain=
ed within this class.
- * =
- *
- * 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
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ServiceProviderType }
- * =
- * =
- */
- public List Java class for TokenProviderType complex type.
- * =
- * The following schema fragment specifies the expected content contain=
ed within this class.
- * =
- * Java class for TokenProvidersType complex type.
- * =
- * The following schema fragment specifies the expected content contain=
ed within this class.
- * =
- *
- * 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
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link TokenProviderType }
- * =
- * =
- */
- public List Java class for TrustType complex type.
- * =
- * The following schema fragment specifies the expected content contain=
ed within this class.
- * =
- * set
method for the validati=
ngAlias property.
- * =
- *
- * getValidatingAlias().add(newItem);
- *
- * =
- * =
- *
- * <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/jboss-identity-web/src/main/java/org/jbo=
ss/identity/federation/web/config/MetadataProviderType.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/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/MetadataProviderType.java 2009-08-25 16:51:29 =
UTC (rev 739)
+++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/MetadataProviderType.java 2009-08-25 16:53:01 =
UTC (rev 740)
@@ -1,105 +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.04.22 at 01:16:08 PM CDT =
-//
-
-
-package org.jboss.identity.federation.web.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;
-
-
-/**
- *
- * <complexType name=3D"MetadataProviderType">
- * <complexContent>
- * <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name=3D"Option" type=3D"{urn:jboss:identity-federat=
ion:config:1.0}KeyValueType" maxOccurs=3D"unbounded" 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 "MetadataProviderType", propOrder =3D {
- "option"
-})
-public class MetadataProviderType {
-
- @XmlElement(name =3D "Option")
- protected Listset
method for the option p=
roperty.
- * =
- *
- * getOption().add(newItem);
- *
- * =
- * =
- *
- * <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"/>
- * <element name=3D"MetaDataProvider" type=3D"{urn:jboss:identi=
ty-federation:config:1.0}MetadataProviderType" minOccurs=3D"0"/>
- * </sequence>
- * <attribute name=3D"ServerEnvironment" default=3D"JBOSS">
- * <simpleType>
- * <restriction base=3D"{http://www.w3.org/2001/XMLSchema}str=
ing">
- * <enumeration value=3D"JBOSS"/>
- * <enumeration value=3D"TOMCAT"/>
- * </restriction>
- * </simpleType>
- * </attribute>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- * =
- * =
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-(a)XmlType(name =3D "ProviderType", propOrder =3D {
- "identityURL",
- "trust",
- "keyProvider",
- "metaDataProvider"
-})
-(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;
- @XmlElement(name =3D "MetaDataProvider")
- protected MetadataProviderType metaDataProvider;
- @XmlAttribute(name =3D "ServerEnvironment")
- protected String serverEnvironment;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the metaDataProvider property.
- * =
- * @return
- * possible object is
- * {@link MetadataProviderType }
- * =
- */
- public MetadataProviderType getMetaDataProvider() {
- return metaDataProvider;
- }
-
- /**
- * Sets the value of the metaDataProvider property.
- * =
- * @param value
- * allowed object is
- * {@link MetadataProviderType }
- * =
- */
- public void setMetaDataProvider(MetadataProviderType value) {
- this.metaDataProvider =3D value;
- }
-
- /**
- * Gets the value of the serverEnvironment property.
- * =
- * @return
- * possible object is
- * {@link String }
- * =
- */
- public String getServerEnvironment() {
- if (serverEnvironment =3D=3D null) {
- return "JBOSS";
- } else {
- return serverEnvironment;
- }
- }
-
- /**
- * Sets the value of the serverEnvironment property.
- * =
- * @param value
- * allowed object is
- * {@link String }
- * =
- */
- public void setServerEnvironment(String value) {
- this.serverEnvironment =3D value;
- }
-
-}
Deleted: identity-federation/trunk/jboss-identity-web/src/main/java/org/jbo=
ss/identity/federation/web/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/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/SPType.java 2009-08-25 16:51:29 UTC (rev 739)
+++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/SPType.java 2009-08-25 16:53:01 UTC (rev 740)
@@ -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.04.21 at 04:51:39 PM CDT =
-//
-
-
-package org.jboss.identity.federation.web.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
- * =
- *
- * <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/jboss-identity-web/src/main/java/org/jbo=
ss/identity/federation/web/config/STSType.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/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/STSType.java 2009-08-25 16:51:29 UTC (rev 739)
+++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/STSType.java 2009-08-25 16:53:01 UTC (rev 740)
@@ -1,247 +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.04.21 at 04:51:39 PM CDT =
-//
-
-
-package org.jboss.identity.federation.web.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;
-
-
-/**
- *
- * <complexType name=3D"STSType">
- * <complexContent>
- * <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name=3D"KeyProvider" type=3D"{urn:jboss:identity-fe=
deration:config:1.0}KeyProviderType" minOccurs=3D"0"/>
- * <element name=3D"RequestHandler" type=3D"{http://www.w3.org/=
2001/XMLSchema}string" minOccurs=3D"0"/>
- * <element name=3D"TokenProviders" type=3D"{urn:jboss:identity=
-federation:config:1.0}TokenProvidersType" minOccurs=3D"0"/>
- * <element name=3D"ServiceProviders" type=3D"{urn:jboss:identi=
ty-federation:config:1.0}ServiceProvidersType" minOccurs=3D"0"/>
- * </sequence>
- * <attribute name=3D"STSName" type=3D"{http://www.w3.org/2001/XM=
LSchema}string" default=3D"JBossSTS" />
- * <attribute name=3D"TokenTimeout" type=3D"{http://www.w3.org/20=
01/XMLSchema}int" default=3D"3600" />
- * <attribute name=3D"EncryptToken" type=3D"{http://www.w3.org/20=
01/XMLSchema}boolean" default=3D"false" />
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- * =
- * =
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-(a)XmlType(name =3D "STSType", propOrder =3D {
- "keyProvider",
- "requestHandler",
- "tokenProviders",
- "serviceProviders"
-})
-public class STSType {
-
- @XmlElement(name =3D "KeyProvider")
- protected KeyProviderType keyProvider;
- @XmlElement(name =3D "RequestHandler")
- protected String requestHandler;
- @XmlElement(name =3D "TokenProviders")
- protected TokenProvidersType tokenProviders;
- @XmlElement(name =3D "ServiceProviders")
- protected ServiceProvidersType serviceProviders;
- @XmlAttribute(name =3D "STSName")
- protected String stsName;
- @XmlAttribute(name =3D "TokenTimeout")
- protected Integer tokenTimeout;
- @XmlAttribute(name =3D "EncryptToken")
- protected Boolean encryptToken;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the requestHandler property.
- * =
- * @return
- * possible object is
- * {@link String }
- * =
- */
- public String getRequestHandler() {
- return requestHandler;
- }
-
- /**
- * Sets the value of the requestHandler property.
- * =
- * @param value
- * allowed object is
- * {@link String }
- * =
- */
- public void setRequestHandler(String value) {
- this.requestHandler =3D value;
- }
-
- /**
- * Gets the value of the tokenProviders property.
- * =
- * @return
- * possible object is
- * {@link TokenProvidersType }
- * =
- */
- public TokenProvidersType getTokenProviders() {
- return tokenProviders;
- }
-
- /**
- * Sets the value of the tokenProviders property.
- * =
- * @param value
- * allowed object is
- * {@link TokenProvidersType }
- * =
- */
- public void setTokenProviders(TokenProvidersType value) {
- this.tokenProviders =3D value;
- }
-
- /**
- * Gets the value of the serviceProviders property.
- * =
- * @return
- * possible object is
- * {@link ServiceProvidersType }
- * =
- */
- public ServiceProvidersType getServiceProviders() {
- return serviceProviders;
- }
-
- /**
- * Sets the value of the serviceProviders property.
- * =
- * @param value
- * allowed object is
- * {@link ServiceProvidersType }
- * =
- */
- public void setServiceProviders(ServiceProvidersType value) {
- this.serviceProviders =3D value;
- }
-
- /**
- * Gets the value of the stsName property.
- * =
- * @return
- * possible object is
- * {@link String }
- * =
- */
- public String getSTSName() {
- if (stsName =3D=3D null) {
- return "JBossSTS";
- } else {
- return stsName;
- }
- }
-
- /**
- * Sets the value of the stsName property.
- * =
- * @param value
- * allowed object is
- * {@link String }
- * =
- */
- public void setSTSName(String value) {
- this.stsName =3D value;
- }
-
- /**
- * Gets the value of the tokenTimeout property.
- * =
- * @return
- * possible object is
- * {@link Integer }
- * =
- */
- public int getTokenTimeout() {
- if (tokenTimeout =3D=3D null) {
- return 3600;
- } else {
- return tokenTimeout;
- }
- }
-
- /**
- * Sets the value of the tokenTimeout property.
- * =
- * @param value
- * allowed object is
- * {@link Integer }
- * =
- */
- public void setTokenTimeout(Integer value) {
- this.tokenTimeout =3D value;
- }
-
- /**
- * Gets the value of the encryptToken property.
- * =
- * @return
- * possible object is
- * {@link Boolean }
- * =
- */
- public boolean isEncryptToken() {
- if (encryptToken =3D=3D null) {
- return false;
- } else {
- return encryptToken;
- }
- }
-
- /**
- * Sets the value of the encryptToken property.
- * =
- * @param value
- * allowed object is
- * {@link Boolean }
- * =
- */
- public void setEncryptToken(Boolean value) {
- this.encryptToken =3D value;
- }
-
-}
Deleted: identity-federation/trunk/jboss-identity-web/src/main/java/org/jbo=
ss/identity/federation/web/config/ServiceProviderType.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/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/ServiceProviderType.java 2009-08-25 16:51:29 U=
TC (rev 739)
+++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/ServiceProviderType.java 2009-08-25 16:53:01 U=
TC (rev 740)
@@ -1,126 +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.04.21 at 04:51:39 PM CDT =
-//
-
-
-package org.jboss.identity.federation.web.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;
-
-
-/**
- * =
- * The service provider type contains information about a specific ser=
vice provider. In particular,
- * it specifies the type of the token that must be issued for the prov=
ider and the alias of the
- * provider's PKC in the truststore. This is used by the STS to locate=
the PKC when encrypting the
- * generated token. =
- * =
- * =
- *
- * <complexType name=3D"ServiceProviderType">
- * <complexContent>
- * <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name=3D"endpoint" use=3D"required" type=3D"{http://=
www.w3.org/2001/XMLSchema}string" />
- * <attribute name=3D"TruststoreAlias" use=3D"required" type=3D"{=
http://www.w3.org/2001/XMLSchema}string" />
- * <attribute name=3D"TokenType" use=3D"required" type=3D"{http:/=
/www.w3.org/2001/XMLSchema}string" />
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- * =
- * =
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-(a)XmlType(name =3D "ServiceProviderType")
-public class ServiceProviderType {
-
- @XmlAttribute(name =3D "Endpoint", required =3D true)
- protected String endpoint;
- @XmlAttribute(name =3D "TruststoreAlias", required =3D true)
- protected String truststoreAlias;
- @XmlAttribute(name =3D "TokenType", required =3D true)
- protected String tokenType;
-
- /**
- * Gets the value of the endpoint property.
- * =
- * @return
- * possible object is
- * {@link String }
- * =
- */
- public String getEndpoint() {
- return endpoint;
- }
-
- /**
- * Sets the value of the endpoint property.
- * =
- * @param value
- * allowed object is
- * {@link String }
- * =
- */
- public void setEndpoint(String value) {
- this.endpoint =3D value;
- }
-
- /**
- * Gets the value of the truststoreAlias property.
- * =
- * @return
- * possible object is
- * {@link String }
- * =
- */
- public String getTruststoreAlias() {
- return truststoreAlias;
- }
-
- /**
- * Sets the value of the truststoreAlias property.
- * =
- * @param value
- * allowed object is
- * {@link String }
- * =
- */
- public void setTruststoreAlias(String value) {
- this.truststoreAlias =3D value;
- }
-
- /**
- * Gets the value of the tokenType property.
- * =
- * @return
- * possible object is
- * {@link String }
- * =
- */
- public String getTokenType() {
- return tokenType;
- }
-
- /**
- * Sets the value of the tokenType property.
- * =
- * @param value
- * allowed object is
- * {@link String }
- * =
- */
- public void setTokenType(String value) {
- this.tokenType =3D value;
- }
-
-}
Deleted: identity-federation/trunk/jboss-identity-web/src/main/java/org/jbo=
ss/identity/federation/web/config/ServiceProvidersType.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/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/ServiceProvidersType.java 2009-08-25 16:51:29 =
UTC (rev 739)
+++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/ServiceProvidersType.java 2009-08-25 16:53:01 =
UTC (rev 740)
@@ -1,81 +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.04.21 at 04:51:39 PM CDT =
-//
-
-
-package org.jboss.identity.federation.web.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.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * =
- * The service providers specify the token type expected by each servi=
ce provider.
- * =
- * =
- *
- * <complexType name=3D"ServiceProvidersType">
- * <complexContent>
- * <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name=3D"ServiceProvider" type=3D"{urn:jboss:identit=
y-federation:config:1.0}ServiceProviderType" maxOccurs=3D"unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- * =
- * =
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-(a)XmlType(name =3D "ServiceProvidersType", propOrder =3D {
- "serviceProvider"
-})
-public class ServiceProvidersType {
-
- @XmlElement(name =3D "ServiceProvider", required =3D true)
- protected Listset
method for the serviceP=
rovider property.
- * =
- *
- * getServiceProvider().add(newItem);
- *
- * =
- * =
- *
- * <complexType name=3D"TokenProviderType">
- * <complexContent>
- * <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name=3D"ProviderClass" use=3D"required" type=3D"{ht=
tp://www.w3.org/2001/XMLSchema}string" />
- * <attribute name=3D"TokenType" use=3D"required" type=3D"{http:/=
/www.w3.org/2001/XMLSchema}string" />
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- * =
- * =
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-(a)XmlType(name =3D "TokenProviderType")
-public class TokenProviderType {
-
- @XmlAttribute(name =3D "ProviderClass", required =3D true)
- protected String providerClass;
- @XmlAttribute(name =3D "TokenType", required =3D true)
- protected String tokenType;
-
- /**
- * Gets the value of the providerClass property.
- * =
- * @return
- * possible object is
- * {@link String }
- * =
- */
- public String getProviderClass() {
- return providerClass;
- }
-
- /**
- * Sets the value of the providerClass property.
- * =
- * @param value
- * allowed object is
- * {@link String }
- * =
- */
- public void setProviderClass(String value) {
- this.providerClass =3D value;
- }
-
- /**
- * Gets the value of the tokenType property.
- * =
- * @return
- * possible object is
- * {@link String }
- * =
- */
- public String getTokenType() {
- return tokenType;
- }
-
- /**
- * Sets the value of the tokenType property.
- * =
- * @param value
- * allowed object is
- * {@link String }
- * =
- */
- public void setTokenType(String value) {
- this.tokenType =3D value;
- }
-
-}
Deleted: identity-federation/trunk/jboss-identity-web/src/main/java/org/jbo=
ss/identity/federation/web/config/TokenProvidersType.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/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/TokenProvidersType.java 2009-08-25 16:51:29 UT=
C (rev 739)
+++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/TokenProvidersType.java 2009-08-25 16:53:01 UT=
C (rev 740)
@@ -1,83 +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.04.21 at 04:51:39 PM CDT =
-//
-
-
-package org.jboss.identity.federation.web.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.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * =
- * The token providers specify the classes that handle the requests fo=
r each type of security Token.
- * For example, a SAMLTokenProvider may be used to generate SAML token=
, while a X509TokenProvider
- * may be used to generate X.509 tokens (certificates).
- * =
- * =
- *
- * <complexType name=3D"TokenProvidersType">
- * <complexContent>
- * <restriction base=3D"{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name=3D"TokenProvider" type=3D"{urn:jboss:identity-=
federation:config:1.0}TokenProviderType" maxOccurs=3D"unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- * =
- * =
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-(a)XmlType(name =3D "TokenProvidersType", propOrder =3D {
- "tokenProvider"
-})
-public class TokenProvidersType {
-
- @XmlElement(name =3D "TokenProvider", required =3D true)
- protected Listset
method for the tokenPro=
vider property.
- * =
- *
- * getTokenProvider().add(newItem);
- *
- * =
- * =
- *
- * <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;
- }
-
-}
Deleted: identity-federation/trunk/jboss-identity-web/src/main/java/org/jbo=
ss/identity/federation/web/config/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
--- identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/package-info.java 2009-08-25 16:51:29 UTC (rev=
739)
+++ identity-federation/trunk/jboss-identity-web/src/main/java/org/jboss/id=
entity/federation/web/config/package-info.java 2009-08-25 16:53:01 UTC (rev=
740)
@@ -1,9 +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.04.21 at 04:51:39 PM CDT =
-//
-
-(a)javax.xml.bind.annotation.XmlSchema(namespace =3D "urn:jboss:identity-f=
ederation:config:1.0", elementFormDefault =3D javax.xml.bind.annotation.Xml=
NsForm.QUALIFIED)
-package org.jboss.identity.federation.web.config;
--===============5223737952011338788==--