PicketLink Federation Core 2.1.6.Final-redhat-2

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

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

public class ClaimsProcessorType
extends Object

Java class for ClaimsProcessorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ClaimsProcessorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Property" type="{urn:picketlink:identity-federation:config:1.0}KeyValueType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="ProcessorClass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Dialect" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dialect
           
protected  String processorClass
           
protected  List<KeyValueType> property
           
 
Constructor Summary
ClaimsProcessorType()
           
 
Method Summary
 void add(KeyValueType kv)
           
 String getDialect()
          Gets the value of the dialect property.
 String getProcessorClass()
          Gets the value of the processorClass property.
 List<KeyValueType> getProperty()
          Gets the value of the property property.
 void remove(KeyValueType kv)
           
 void setDialect(String value)
          Sets the value of the dialect property.
 void setProcessorClass(String value)
          Sets the value of the processorClass property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

protected List<KeyValueType> property

processorClass

protected String processorClass

dialect

protected String dialect
Constructor Detail

ClaimsProcessorType

public ClaimsProcessorType()
Method Detail

add

public void add(KeyValueType kv)

remove

public void remove(KeyValueType kv)

getProperty

public List<KeyValueType> getProperty()
Gets the value of the property property.

Objects of the following type(s) are allowed in the list KeyValueType


getProcessorClass

public String getProcessorClass()
Gets the value of the processorClass property.

Returns:
possible object is String

setProcessorClass

public void setProcessorClass(String value)
Sets the value of the processorClass property.

Parameters:
value - allowed object is String

getDialect

public String getDialect()
Gets the value of the dialect property.

Returns:
possible object is String

setDialect

public void setDialect(String value)
Sets the value of the dialect property.

Parameters:
value - allowed object is String

PicketLink Federation Core 2.1.6.Final-redhat-2

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