org.picketlink.identity.federation.core.config
Class ClaimsProcessorsType
java.lang.Object
org.picketlink.identity.federation.core.config.ClaimsProcessorsType
public class ClaimsProcessorsType
- extends Object
The claims processors specify the classes that are capable of processing specific claims dialects.
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
claimsProcessor
protected List<ClaimsProcessorType> claimsProcessor
ClaimsProcessorsType
public ClaimsProcessorsType()
add
public void add(ClaimsProcessorType claim)
remove
public void remove(ClaimsProcessorType claim)
getClaimsProcessor
public List<ClaimsProcessorType> getClaimsProcessor()
- Gets the value of the claimsProcessor property.
Objects of the following type(s) are allowed in the list ClaimsProcessorType
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.