|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.config.KeyProviderType
public class KeyProviderType
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 |
---|
protected List<AuthPropertyType> auth
protected List<KeyValueType> validatingAlias
protected String signingAlias
protected String className
Constructor Detail |
---|
public KeyProviderType()
Method Detail |
---|
public void add(AuthPropertyType kv)
public void remove(AuthPropertyType kv)
public List<AuthPropertyType> getAuth()
Objects of the following type(s) are allowed in the list AuthPropertyType
public void add(KeyValueType kv)
public void remove(KeyValueType kv)
public List<KeyValueType> getValidatingAlias()
Objects of the following type(s) are allowed in the list KeyValueType
public String getSigningAlias()
String
public void setSigningAlias(String value)
value
- allowed object is String
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is String
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |