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.
|
Modifier and Type | Method and Description |
---|---|
List<Audience> |
ProxyRestriction.getAudiences()
Gets the list of audiences to whom the assertion may be proxied.
|
List<Audience> |
AudienceRestriction.getAudiences()
Gets the list of audiences for the assertion.
|
Modifier and Type | Class and Description |
---|---|
class |
AudienceImpl
Concrete implementation of
Audience . |
Modifier and Type | Method and Description |
---|---|
Audience |
AudienceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Audience |
AudienceBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Modifier and Type | Method and Description |
---|---|
List<Audience> |
ProxyRestrictionImpl.getAudiences()
Gets the list of audiences to whom the assertion may be proxied.
|
List<Audience> |
AudienceRestrictionImpl.getAudiences()
Gets the list of audiences for the assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
AudienceSchemaValidator.validate(Audience audience) |
protected void |
AudienceSchemaValidator.validateAudienceURI(Audience audience)
Checks that the AudienceURI is present.
|
Copyright © 1999-2013. All Rights Reserved.