Package | Description |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
org.opensaml.saml2.ecp | |
org.opensaml.saml2.ecp.impl |
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) |
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 |
---|---|
void |
IDPListSchemaValidator.validate(IDPList list) |
protected void |
IDPListSchemaValidator.validateIDPEntries(IDPList list)
Validates IDPEntry child elements.
|
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 © 1999-2013. All Rights Reserved.