|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeService | |
---|---|
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. |
Uses of AttributeService in org.opensaml.saml2.metadata |
---|
Methods in org.opensaml.saml2.metadata that return types with arguments of type AttributeService | |
---|---|
List<AttributeService> |
AttributeAuthorityDescriptor.getAttributeServices()
Gets a list of attribute service Endpoint s for this authority. |
Uses of AttributeService in org.opensaml.saml2.metadata.impl |
---|
Classes in org.opensaml.saml2.metadata.impl that implement AttributeService | |
---|---|
class |
AttributeServiceImpl
Concrete implementation of AttributeService . |
Methods in org.opensaml.saml2.metadata.impl that return AttributeService | |
---|---|
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)
|
Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type AttributeService | |
---|---|
List<AttributeService> |
AttributeAuthorityDescriptorImpl.getAttributeServices()
Gets a list of attribute service Endpoint s for this authority. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |