Package | Description |
---|---|
org.opensaml.saml.ext.saml2mdquery |
Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.
|
org.opensaml.saml.ext.saml2mdquery.impl |
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
|
org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<NameIDFormat> |
SSODescriptor.getNameIDFormats()
Gets the list of NameID formats this service supports.
|
List<NameIDFormat> |
PDPDescriptor.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)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.