|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of KeyValueType in org.picketlink.identity.federation.core.config |
---|
Subclasses of KeyValueType in org.picketlink.identity.federation.core.config | |
---|---|
class |
AuthPropertyType
Java class for AuthPropertyType complex type. |
Fields in org.picketlink.identity.federation.core.config with type parameters of type KeyValueType | |
---|---|
protected List<KeyValueType> |
MetadataProviderType.option
|
protected List<KeyValueType> |
ClaimsProcessorType.property
|
protected List<KeyValueType> |
TokenProviderType.property
|
protected List<KeyValueType> |
KeyProviderType.validatingAlias
|
Methods in org.picketlink.identity.federation.core.config that return KeyValueType | |
---|---|
static KeyValueType |
KeyValueType.create(String key,
String value)
Create a new instance |
Methods in org.picketlink.identity.federation.core.config that return types with arguments of type KeyValueType | |
---|---|
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. |
Methods in org.picketlink.identity.federation.core.config with parameters of type KeyValueType | |
---|---|
void |
KeyProviderType.add(KeyValueType kv)
|
void |
ClaimsProcessorType.add(KeyValueType kv)
|
void |
MetadataProviderType.add(KeyValueType kv)
|
void |
TokenProviderType.add(KeyValueType kv)
|
void |
KeyProviderType.remove(KeyValueType kv)
|
void |
ClaimsProcessorType.remove(KeyValueType kv)
|
void |
MetadataProviderType.remove(KeyValueType kv)
|
void |
TokenProviderType.remove(KeyValueType kv)
|
Uses of KeyValueType in org.picketlink.identity.federation.core.handler.config |
---|
Fields in org.picketlink.identity.federation.core.handler.config with type parameters of type KeyValueType | |
---|---|
protected List<KeyValueType> |
Handler.option
|
Methods in org.picketlink.identity.federation.core.handler.config that return types with arguments of type KeyValueType | |
---|---|
List<KeyValueType> |
Handler.getOption()
Gets the value of the option property. |
Methods in org.picketlink.identity.federation.core.handler.config with parameters of type KeyValueType | |
---|---|
void |
Handler.add(KeyValueType kv)
|
void |
Handler.remove(KeyValueType kv)
|
Uses of KeyValueType in org.picketlink.identity.federation.core.impl |
---|
Method parameters in org.picketlink.identity.federation.core.impl with type arguments of type KeyValueType | |
---|---|
void |
KeyStoreKeyManager.setValidatingAlias(List<KeyValueType> aliases)
|
Uses of KeyValueType in org.picketlink.identity.federation.core.interfaces |
---|
Method parameters in org.picketlink.identity.federation.core.interfaces with type arguments of type KeyValueType | |
---|---|
void |
TrustKeyManager.setValidatingAlias(List<KeyValueType> aliases)
Set a list of (domain,alias) tuple to trust domains The alias is a string that represents the validating key stored for a domain |
Uses of KeyValueType in org.picketlink.identity.federation.core.parsers.config |
---|
Methods in org.picketlink.identity.federation.core.parsers.config with parameters of type KeyValueType | |
---|---|
protected void |
SAMLConfigParser.populateKeyValueType(KeyValueType kvt,
StartElement startElement)
|
Uses of KeyValueType in org.picketlink.identity.federation.core.util |
---|
Methods in org.picketlink.identity.federation.core.util that return types with arguments of type KeyValueType | |
---|---|
static List<KeyValueType> |
CoreConfigUtil.getProperties(ClaimsProcessorType claimsProcessorType)
Given a ClaimsProcessorType , return the list of properties that have been decrypted for any masked property value |
static List<KeyValueType> |
CoreConfigUtil.getProperties(TokenProviderType tokenProviderType)
Given a TokenProviderType , return the list of properties that have been decrypted for any masked property value |
Method parameters in org.picketlink.identity.federation.core.util with type arguments of type KeyValueType | |
---|---|
static boolean |
CoreConfigUtil.decryptionNeeded(List<? extends KeyValueType> keyValueList)
Given a key value list, check if decrypt of any properties is needed. |
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |