| パッケージ | 説明 |
|---|---|
| org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
| org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
| org.opensaml.saml2.metadata.validator |
Validation rules for SAML 2.0 metadata types and elements.
|
| org.opensaml.security |
Classes related to verifying various credentials within a SAML system.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<KeyDescriptor> |
RoleDescriptor.getKeyDescriptors()
Gets the key descriptors for this role.
|
List<KeyDescriptor> |
AffiliationDescriptor.getKeyDescriptors()
Gets an immutable list of KeyDescriptors for this affiliation.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
KeyDescriptorImpl
Concrete implementation of
KeyDescriptor. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
KeyDescriptor |
KeyDescriptorBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
KeyDescriptor |
KeyDescriptorBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<KeyDescriptor> |
AffiliationDescriptorImpl.getKeyDescriptors()
Gets an immutable list of KeyDescriptors for this affiliation.
|
List<KeyDescriptor> |
RoleDescriptorImpl.getKeyDescriptors()
Gets the key descriptors for this role.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
KeyDescriptorSchemaValidator.validate(KeyDescriptor keyDescriptor)
Checks to see if a XMLObject is valid.
|
protected void |
KeyDescriptorSchemaValidator.validateKeyInfo(KeyDescriptor keyDescriptor)
Checks that KeyInfo is present.
|
protected void |
KeyDescriptorSchemaValidator.validateUse(KeyDescriptor keyDescriptor)
Checks that use attribute has only one of allowed values.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
KeyDescriptor |
SAMLMDCredentialContext.getKeyDescriptor()
Get the key descriptor context.
|
| コンストラクタと説明 |
|---|
SAMLMDCredentialContext(KeyDescriptor descriptor)
Constructor.
|
Copyright © 2012. All Rights Reserved.