PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.config
Class TrustType

java.lang.Object
  extended by org.picketlink.identity.federation.core.config.TrustType

public class TrustType
extends 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  String domains
           
 
Constructor Summary
TrustType()
           
 
Method Summary
 void addDomain(String domain)
          Adds a new domain to the list of trusted domains.
 String getDomains()
          Gets the value of the domains property.
 void setDomains(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 String domains
Constructor Detail

TrustType

public TrustType()
Method Detail

getDomains

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

Returns:
possible object is String

setDomains

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

Parameters:
value - allowed object is String

addDomain

public void addDomain(String domain)

Adds a new domain to the list of trusted domains.

Parameters:
domain -

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.