org.jboss.identity.federation.bindings.config
Class TrustType

java.lang.Object
  extended by org.jboss.identity.federation.bindings.config.TrustType

public class TrustType
extends java.lang.Object

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 contained within this class.

 <complexType name="TrustType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Domains" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String domains
           
 
Constructor Summary
TrustType()
           
 
Method Summary
 java.lang.String getDomains()
          Gets the value of the domains property.
 void setDomains(java.lang.String value)
          Sets the value of the domains property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domains

protected java.lang.String domains
Constructor Detail

TrustType

public TrustType()
Method Detail

getDomains

public java.lang.String getDomains()
Gets the value of the domains property.

Returns:
possible object is String

setDomains

public void setDomains(java.lang.String value)
Sets the value of the domains property.

Parameters:
value - allowed object is String


Copyright © 2009 JBoss Inc.. All Rights Reserved.