パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Audience> |
AudienceRestrictionImpl.getAudiences()
Gets the list of audiences for the assertion.
|
List<Audience> |
ProxyRestrictionImpl.getAudiences()
Gets the list of audiences to whom the assertion may be proxied.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AudienceSchemaValidator.validate(Audience audience)
Checks to see if a XMLObject is valid.
|
protected void |
AudienceSchemaValidator.validateAudienceURI(Audience audience)
Checks that the AudienceURI is present.
|
Copyright © 2012. All Rights Reserved.