Package | Description |
---|---|
org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
Modifier and Type | Field and Description |
---|---|
private Map<Class<? extends Credential>,KeyInfoGeneratorFactory> |
KeyInfoGeneratorManager.factories
The factories being managed, indexed by credential type.
|
Modifier and Type | Method and Description |
---|---|
KeyInfoGeneratorFactory |
KeyInfoGeneratorManager.getFactory(Credential credential)
Get the factory which produces KeyInfoGenerators which can handle
the specified credential.
|
KeyInfoGeneratorFactory |
NamedKeyInfoGeneratorManager.getFactory(String name,
Credential credential)
Lookup and return the named generator factory for the type of the credential specified.
|
Modifier and Type | Method and Description |
---|---|
Collection<KeyInfoGeneratorFactory> |
KeyInfoGeneratorManager.getFactories()
Get the (unmodifiable) collection of all factories managed by this manager.
|
Modifier and Type | Method and Description |
---|---|
void |
NamedKeyInfoGeneratorManager.deregisterDefaultFactory(KeyInfoGeneratorFactory factory)
De-register a factory with the default (unnamed) manager.
|
void |
KeyInfoGeneratorManager.deregisterFactory(KeyInfoGeneratorFactory factory)
De-register a factory within this manager instance.
|
void |
NamedKeyInfoGeneratorManager.deregisterFactory(String name,
KeyInfoGeneratorFactory factory)
De-register a factory within the specified named manager.
|
void |
NamedKeyInfoGeneratorManager.registerDefaultFactory(KeyInfoGeneratorFactory factory)
Register a factory with the default (unnamed) manager.
|
void |
KeyInfoGeneratorManager.registerFactory(KeyInfoGeneratorFactory factory)
Register a factory within this manager instance.
|
void |
NamedKeyInfoGeneratorManager.registerFactory(String name,
KeyInfoGeneratorFactory factory)
Register a factory within the specified named manager.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.