|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Audience | |
|---|---|
| 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 Audience in org.opensaml.saml2.core |
|---|
| Methods in org.opensaml.saml2.core that return types with arguments of type Audience | |
|---|---|
java.util.List<Audience> |
ProxyRestriction.getAudiences()
Gets the list of audiences to whom the assertion may be proxied. |
java.util.List<Audience> |
AudienceRestriction.getAudiences()
Gets the list of audiences for the assertion. |
| Uses of Audience in org.opensaml.saml2.core.impl |
|---|
| Methods in org.opensaml.saml2.core.impl that return Audience | |
|---|---|
Audience |
AudienceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
Audience |
AudienceBuilder.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 Audience | |
|---|---|
java.util.List<Audience> |
ProxyRestrictionImpl.getAudiences()
Gets the list of audiences to whom the assertion may be proxied. |
java.util.List<Audience> |
AudienceRestrictionImpl.getAudiences()
Gets the list of audiences for the assertion. |
| Uses of Audience in org.opensaml.saml2.core.validator |
|---|
| Methods in org.opensaml.saml2.core.validator with parameters of type Audience | |
|---|---|
void |
AudienceSchemaValidator.validate(Audience audience)
|
protected void |
AudienceSchemaValidator.validateAudienceURI(Audience audience)
Checks that the AudienceURI is present. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||