Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NameIDFormatImpl
Concrete implementation of
NameIDFormat . |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<NameIDFormat> |
AuthnAuthorityDescriptorImpl.getNameIDFormats()
Gets the list of supported name ID formats for this authority.
|
List<NameIDFormat> |
PDPDescriptorImpl.getNameIDFormats()
Gets the list of NameID formats this service supports.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NameIDFormatSchemaValidator.validate(NameIDFormat nameIDFormat) |
protected void |
NameIDFormatSchemaValidator.validateFormat(NameIDFormat nameIDFormat)
Checks that Format is present.
|
Modifier and Type | Method and Description |
---|---|
List<NameIDFormat> |
QueryDescriptorType.getNameIDFormat()
Gets the list of name ID formats supported by this query service.
|
Modifier and Type | Method and Description |
---|---|
List<NameIDFormat> |
QueryDescriptorTypeImpl.getNameIDFormat()
Gets the list of name ID formats supported by this query service.
|
Copyright © 1999-2013. All Rights Reserved.