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<SingleSignOnService> |
IDPSSODescriptor.getSingleSignOnServices()
Gets the list of single sign on services for this IDP.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleSignOnServiceImpl
Concrete implementation of
SingleSignOnService . |
Modifier and Type | Method and Description |
---|---|
SingleSignOnService |
SingleSignOnServiceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
SingleSignOnService |
SingleSignOnServiceBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Modifier and Type | Method and Description |
---|---|
List<SingleSignOnService> |
IDPSSODescriptorImpl.getSingleSignOnServices()
Gets the list of single sign on services for this IDP.
|
Copyright © 1999-2013. All Rights Reserved.