Uses of Interface
org.opensaml.saml.saml2.core.Audience
Packages that use Audience
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
-
Uses of Audience in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return types with arguments of type AudienceModifier and TypeMethodDescriptionAudienceRestriction.getAudiences()
Gets the list of audiences for the assertion.ProxyRestriction.getAudiences()
Gets the list of audiences to whom the assertion may be proxied. -
Uses of Audience in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement AudienceFields in org.opensaml.saml.saml2.core.impl with type parameters of type AudienceModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<Audience>
AudienceRestrictionImpl.audience
List of the audiences.private final XMLObjectChildrenList<Audience>
ProxyRestrictionImpl.audiences
Audiences of the Restriction.Methods in org.opensaml.saml.saml2.core.impl that return AudienceModifier and TypeMethodDescriptionAudienceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.AudienceBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.saml2.core.impl that return types with arguments of type AudienceModifier and TypeMethodDescriptionAudienceRestrictionImpl.getAudiences()
Gets the list of audiences for the assertion.ProxyRestrictionImpl.getAudiences()
Gets the list of audiences to whom the assertion may be proxied.