public class KeyProviderType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<AuthPropertyType> |
auth |
protected String |
className |
protected String |
signingAlias |
protected List<KeyValueType> |
validatingAlias |
| Constructor and Description |
|---|
KeyProviderType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected List<AuthPropertyType> auth
protected List<KeyValueType> validatingAlias
protected String signingAlias
protected String className
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()
Stringpublic void setSigningAlias(String value)
value - allowed object is Stringpublic String getClassName()
StringCopyright © 2018 JBoss by Red Hat. All rights reserved.