|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.bindings.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:jboss:identity-federation:config:1.0}AuthPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ValidatingAlias" type="{urn:jboss: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 java.util.List<AuthPropertyType> |
auth
|
protected java.lang.String |
className
|
protected java.lang.String |
signingAlias
|
protected java.util.List<KeyValueType> |
validatingAlias
|
| Constructor Summary | |
|---|---|
KeyProviderType()
|
|
| Method Summary | |
|---|---|
java.util.List<AuthPropertyType> |
getAuth()
Gets the value of the auth property. |
java.lang.String |
getClassName()
Gets the value of the className property. |
java.lang.String |
getSigningAlias()
Gets the value of the signingAlias property. |
java.util.List<KeyValueType> |
getValidatingAlias()
Gets the value of the validatingAlias property. |
void |
setClassName(java.lang.String value)
Sets the value of the className property. |
void |
setSigningAlias(java.lang.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 java.util.List<AuthPropertyType> auth
protected java.util.List<KeyValueType> validatingAlias
protected java.lang.String signingAlias
protected java.lang.String className
| Constructor Detail |
|---|
public KeyProviderType()
| Method Detail |
|---|
public java.util.List<AuthPropertyType> getAuth()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the auth property.
For example, to add a new item, do as follows:
getAuth().add(newItem);
Objects of the following type(s) are allowed in the list
AuthPropertyType
public java.util.List<KeyValueType> getValidatingAlias()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the validatingAlias property.
For example, to add a new item, do as follows:
getValidatingAlias().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValueType
public java.lang.String getSigningAlias()
Stringpublic void setSigningAlias(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClassName()
Stringpublic void setClassName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||