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.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeService> |
AttributeAuthorityDescriptor.getAttributeServices()
Gets a list of attribute service
Endpoint s for this authority. |
Modifier and Type | Class and Description |
---|---|
class |
AttributeServiceImpl
Concrete implementation of
AttributeService . |
Modifier and Type | Method and Description |
---|---|
AttributeService |
AttributeServiceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AttributeService |
AttributeServiceBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeService> |
AttributeAuthorityDescriptorImpl.getAttributeServices()
Gets a list of attribute service
Endpoint s for this authority. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.