PicketLink Federation Core 2.1.6.Final-redhat-2

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

java.lang.Object
  extended by 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>
 


Field Summary
protected  List<ClaimsProcessorType> claimsProcessor
           
 
Constructor Summary
ClaimsProcessorsType()
           
 
Method Summary
 void add(ClaimsProcessorType claim)
           
 List<ClaimsProcessorType> getClaimsProcessor()
          Gets the value of the claimsProcessor property.
 void remove(ClaimsProcessorType claim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

claimsProcessor

protected List<ClaimsProcessorType> claimsProcessor
Constructor Detail

ClaimsProcessorsType

public ClaimsProcessorsType()
Method Detail

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


PicketLink Federation Core 2.1.6.Final-redhat-2

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