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.
|
org.opensaml.saml2.metadata.validator |
Validation rules for SAML 2.0 metadata types and elements.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDPSSODescriptor
SAML 2.0 Metadata IDPSSODescriptorType
|
interface |
SPSSODescriptor
SAML 2.0 Metadata SPSSODescriptorType
|
Modifier and Type | Class and Description |
---|---|
class |
IDPSSODescriptorImpl
Concrete implementation of
IDPSSODescriptor . |
class |
SPSSODescriptorImpl
Concrete implementation of
SPSSODescriptor . |
class |
SSODescriptorImpl
Concrete implementation of
SSODescriptor . |
Modifier and Type | Class and Description |
---|---|
class |
SSODescriptorSchemaValidator<SSODecriptorType extends SSODescriptor>
Checks
SSODescriptor for Schema compliance. |
class |
SSODescriptorSpecValidator<SSODescriptorType extends SSODescriptor>
Checks
SSODescriptor for Spec compliance. |
Modifier and Type | Method and Description |
---|---|
protected void |
SSODescriptorSpecValidator.validateResponseLocation(SSODescriptor ssoDescriptor)
Checks that Response Location of Artifact Resolution Services is omitted.
|
Copyright © 1999-2013. All Rights Reserved.