|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SPSSODescriptor | |
---|---|
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. |
org.opensaml.saml2.metadata.validator | Validation rules for SAML 2.0 metadata types and elements. |
Uses of SPSSODescriptor in org.opensaml.saml2.metadata |
---|
Methods in org.opensaml.saml2.metadata that return SPSSODescriptor | |
---|---|
SPSSODescriptor |
EntityDescriptor.getSPSSODescriptor(java.lang.String supportedProtocol)
Gets the first SPSSODescriptor role descriptor for this entity that supports the given protocol. |
Uses of SPSSODescriptor in org.opensaml.saml2.metadata.impl |
---|
Classes in org.opensaml.saml2.metadata.impl that implement SPSSODescriptor | |
---|---|
class |
SPSSODescriptorImpl
Concrete implementation of SPSSODescriptor . |
Methods in org.opensaml.saml2.metadata.impl that return SPSSODescriptor | |
---|---|
SPSSODescriptor |
SPSSODescriptorBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
SPSSODescriptor |
SPSSODescriptorBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
SPSSODescriptor |
EntityDescriptorImpl.getSPSSODescriptor(java.lang.String supportedProtocol)
Gets the first SPSSODescriptor role descriptor for this entity that supports the given protocol. |
Uses of SPSSODescriptor in org.opensaml.saml2.metadata.validator |
---|
Methods in org.opensaml.saml2.metadata.validator with parameters of type SPSSODescriptor | |
---|---|
void |
SPSSODescriptorSchemaValidator.validate(SPSSODescriptor spssoDescriptor)
|
protected void |
SPSSODescriptorSchemaValidator.validateAttributeConsumingServices(SPSSODescriptor spssoDescriptor)
Checks that at least one Attribute Consuming Service is present. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |