|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.config.TrustType
public class TrustType
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 |
---|
protected String domains
Constructor Detail |
---|
public TrustType()
Method Detail |
---|
public String getDomains()
String
public void setDomains(String value)
value
- allowed object is String
public void addDomain(String domain)
Adds a new domain to the list of trusted domains.
domain
-
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |