PicketLink Federation Core 2.1.6.Final-redhat-2

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

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

public class KeyProviderType
extends Object

Source of the Signing and Validating Key

Java class for KeyProviderType complex type.

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

 <complexType name="KeyProviderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Auth" type="{urn:picketlink:identity-federation:config:1.0}AuthPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ValidatingAlias" type="{urn:picketlink:identity-federation:config:1.0}KeyValueType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SigningAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="ClassName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AuthPropertyType> auth
           
protected  String className
           
protected  String signingAlias
           
protected  List<KeyValueType> validatingAlias
           
 
Constructor Summary
KeyProviderType()
           
 
Method Summary
 void add(AuthPropertyType kv)
           
 void add(KeyValueType kv)
           
 List<AuthPropertyType> getAuth()
          Gets the value of the auth property.
 String getClassName()
          Gets the value of the className property.
 String getSigningAlias()
          Gets the value of the signingAlias property.
 List<KeyValueType> getValidatingAlias()
          Gets the value of the validatingAlias property.
 void remove(AuthPropertyType kv)
           
 void remove(KeyValueType kv)
           
 void setClassName(String value)
          Sets the value of the className property.
 void setSigningAlias(String value)
          Sets the value of the signingAlias property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

auth

protected List<AuthPropertyType> auth

validatingAlias

protected List<KeyValueType> validatingAlias

signingAlias

protected String signingAlias

className

protected String className
Constructor Detail

KeyProviderType

public KeyProviderType()
Method Detail

add

public void add(AuthPropertyType kv)

remove

public void remove(AuthPropertyType kv)

getAuth

public List<AuthPropertyType> getAuth()
Gets the value of the auth property.

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


add

public void add(KeyValueType kv)

remove

public void remove(KeyValueType kv)

getValidatingAlias

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

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


getSigningAlias

public String getSigningAlias()
Gets the value of the signingAlias property.

Returns:
possible object is String

setSigningAlias

public void setSigningAlias(String value)
Sets the value of the signingAlias property.

Parameters:
value - allowed object is String

getClassName

public String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(String value)
Sets the value of the className 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.