パッケージ | 説明 |
---|---|
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.samlext.saml2mdquery |
Interfaces for SAML 2 metadata standalone query endpoints profile.
|
org.opensaml.samlext.saml2mdquery.impl |
Implemention for SAML 2 metadata standalone query endpoints profile objects.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<NameIDFormat> |
AuthnAuthorityDescriptor.getNameIDFormats()
Gets the list of supported name ID formats for this authority.
|
List<NameIDFormat> |
AttributeAuthorityDescriptor.getNameIDFormats()
Gets a list of NameID formats supported by this authority.
|
List<NameIDFormat> |
PDPDescriptor.getNameIDFormats()
Gets the list of NameID formats this service supports.
|
List<NameIDFormat> |
SSODescriptor.getNameIDFormats()
Gets the list of NameID formats this service supports.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
NameIDFormatImpl
Concrete implementation of
NameIDFormat . |
修飾子とタイプ | メソッドと説明 |
---|---|
NameIDFormat |
NameIDFormatBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
NameIDFormat |
NameIDFormatBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<NameIDFormat> |
AuthnAuthorityDescriptorImpl.getNameIDFormats()
Gets the list of supported name ID formats for this authority.
|
List<NameIDFormat> |
AttributeAuthorityDescriptorImpl.getNameIDFormats()
Gets a list of NameID formats supported by this authority.
|
List<NameIDFormat> |
SSODescriptorImpl.getNameIDFormats()
Gets the list of NameID formats this service supports.
|
List<NameIDFormat> |
PDPDescriptorImpl.getNameIDFormats()
Gets the list of NameID formats this service supports.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
NameIDFormatSchemaValidator.validate(NameIDFormat nameIDFormat)
Checks to see if a XMLObject is valid.
|
protected void |
NameIDFormatSchemaValidator.validateFormat(NameIDFormat nameIDFormat)
Checks that Format is present.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<NameIDFormat> |
QueryDescriptorType.getNameIDFormat()
Gets the list of name ID formats supported by this query service.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<NameIDFormat> |
QueryDescriptorTypeImpl.getNameIDFormat()
Gets the list of name ID formats supported by this query service.
|
Copyright © 2012. All Rights Reserved.