| Package | Description |
|---|---|
| org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
| org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
| org.opensaml.saml.saml2.ecp |
Interfaces for SAML 2 ECP Elements.
|
| org.opensaml.saml.saml2.ecp.impl |
Implementations of SAML 2.0 ECP types and elements.
|
| Modifier and Type | Method and Description |
|---|---|
IDPList |
Scoping.getIDPList()
Gets the IDPList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scoping.setIDPList(IDPList newIDPList)
Sets the IDPList.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IDPListImpl
Concrete implementation of
IDPList. |
| Modifier and Type | Method and Description |
|---|---|
IDPList |
IDPListBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
IDPList |
IDPListBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
IDPList |
ScopingImpl.getIDPList()
Gets the IDPList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopingImpl.setIDPList(IDPList newIDPList)
Sets the IDPList.
|
| Modifier and Type | Method and Description |
|---|---|
IDPList |
Request.getIDPList()
Get the IDPList child element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setIDPList(IDPList newIDPList)
Set the IDPList child element.
|
| Modifier and Type | Method and Description |
|---|---|
IDPList |
RequestImpl.getIDPList()
Get the IDPList child element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestImpl.setIDPList(IDPList newIDPList)
Set the IDPList child element.
|
Copyright © 2021. All rights reserved.