public class ClaimsProcessorsType extends Object
Java class for ClaimsProcessorsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClaimsProcessorsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ClaimsProcessor" type="{urn:picketlink:identity-federation:config:1.0}ClaimsProcessorType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ClaimsProcessorType> |
claimsProcessor |
| Constructor and Description |
|---|
ClaimsProcessorsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ClaimsProcessorType claim) |
List<ClaimsProcessorType> |
getClaimsProcessor()
Gets the value of the claimsProcessor property.
|
void |
remove(ClaimsProcessorType claim) |
protected List<ClaimsProcessorType> claimsProcessor
public void add(ClaimsProcessorType claim)
public void remove(ClaimsProcessorType claim)
public List<ClaimsProcessorType> getClaimsProcessor()
Objects of the following type(s) are allowed in the list ClaimsProcessorType
Copyright © 2018 JBoss by Red Hat. All rights reserved.