パッケージ | 説明 |
---|---|
org.opensaml.xml.security.credential |
Interfaces and classes related to credentials and ways to represent
them.
|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xml.security.x509 |
X509 based credential and trust class.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
BasicKeyInfoGeneratorFactory
A factory implementation which produces instances of
KeyInfoGenerator capable of
handling the information contained within a Credential . |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Collection<KeyInfoGeneratorFactory> |
KeyInfoGeneratorManager.getFactories()
Get the (unmodifiable) collection of all factories managed by this manager.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
X509KeyInfoGeneratorFactory
A factory implementation which produces instances of
KeyInfoGenerator capable of
handling the information contained within an X509Credential . |
Copyright © 2012. All Rights Reserved.