Package | Description |
---|---|
org.picketlink.config.federation | |
org.picketlink.config.federation.handler | |
org.picketlink.config.federation.parsers |
Modifier and Type | Class and Description |
---|---|
class |
AuthPropertyType
Java class for AuthPropertyType complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<KeyValueType> |
MetadataProviderType.option |
protected List<KeyValueType> |
ClaimsProcessorType.property |
protected List<KeyValueType> |
TokenProviderType.property |
protected List<KeyValueType> |
KeyProviderType.validatingAlias |
Modifier and Type | Method and Description |
---|---|
static KeyValueType |
KeyValueType.create(String key,
String value)
Create a new instance
|
Modifier and Type | Method and Description |
---|---|
List<KeyValueType> |
MetadataProviderType.getOption()
Gets the value of the option property.
|
List<KeyValueType> |
ClaimsProcessorType.getProperty()
Gets the value of the property property.
|
List<KeyValueType> |
TokenProviderType.getProperty()
Gets the value of the property property.
|
List<KeyValueType> |
KeyProviderType.getValidatingAlias()
Gets the value of the validatingAlias property.
|
Modifier and Type | Method and Description |
---|---|
void |
ClaimsProcessorType.add(KeyValueType kv) |
void |
TokenProviderType.add(KeyValueType kv) |
void |
KeyProviderType.add(KeyValueType kv) |
void |
MetadataProviderType.add(KeyValueType kv) |
void |
ClaimsProcessorType.remove(KeyValueType kv) |
void |
TokenProviderType.remove(KeyValueType kv) |
void |
KeyProviderType.remove(KeyValueType kv) |
void |
MetadataProviderType.remove(KeyValueType kv) |
Modifier and Type | Field and Description |
---|---|
protected List<KeyValueType> |
Handler.option |
Modifier and Type | Method and Description |
---|---|
List<KeyValueType> |
Handler.getOption()
Gets the value of the option property.
|
Modifier and Type | Method and Description |
---|---|
void |
Handler.add(KeyValueType kv) |
void |
Handler.remove(KeyValueType kv) |
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLConfigParser.populateKeyValueType(KeyValueType kvt,
StartElement startElement) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.