|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDPEntry | |
|---|---|
| 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. |
| Uses of IDPEntry in org.opensaml.saml2.core |
|---|
| Methods in org.opensaml.saml2.core that return types with arguments of type IDPEntry | |
|---|---|
java.util.List<IDPEntry> |
IDPList.getIDPEntrys()
Gets the IDPEntry list. |
| Uses of IDPEntry in org.opensaml.saml2.core.impl |
|---|
| Classes in org.opensaml.saml2.core.impl that implement IDPEntry | |
|---|---|
class |
IDPEntryImpl
Concrete implementation of IDPEntry. |
| Methods in org.opensaml.saml2.core.impl that return IDPEntry | |
|---|---|
IDPEntry |
IDPEntryBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
IDPEntry |
IDPEntryBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
| Methods in org.opensaml.saml2.core.impl that return types with arguments of type IDPEntry | |
|---|---|
java.util.List<IDPEntry> |
IDPListImpl.getIDPEntrys()
Gets the IDPEntry list. |
| Uses of IDPEntry in org.opensaml.saml2.core.validator |
|---|
| Methods in org.opensaml.saml2.core.validator with parameters of type IDPEntry | |
|---|---|
void |
IDPEntrySchemaValidator.validate(IDPEntry entry)
|
protected void |
IDPEntrySchemaValidator.validateProviderID(IDPEntry entry)
Validates ProviderID attribute |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||