|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AudienceRestriction | |
|---|---|
| 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 AudienceRestriction in org.opensaml.saml2.core |
|---|
| Methods in org.opensaml.saml2.core that return types with arguments of type AudienceRestriction | |
|---|---|
java.util.List<AudienceRestriction> |
Conditions.getAudienceRestrictions()
Gets the audience restriction conditions for the assertion. |
| Uses of AudienceRestriction in org.opensaml.saml2.core.impl |
|---|
| Classes in org.opensaml.saml2.core.impl that implement AudienceRestriction | |
|---|---|
class |
AudienceRestrictionImpl
Concrete implementation of AudienceRestriction. |
| Methods in org.opensaml.saml2.core.impl that return AudienceRestriction | |
|---|---|
AudienceRestriction |
AudienceRestrictionBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
AudienceRestriction |
AudienceRestrictionBuilder.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 AudienceRestriction | |
|---|---|
java.util.List<AudienceRestriction> |
ConditionsImpl.getAudienceRestrictions()
Gets the audience restriction conditions for the assertion. |
| Uses of AudienceRestriction in org.opensaml.saml2.core.validator |
|---|
| Methods in org.opensaml.saml2.core.validator with parameters of type AudienceRestriction | |
|---|---|
void |
AudienceRestrictionSchemaValidator.validate(AudienceRestriction audienceRestriction)
|
protected void |
AudienceRestrictionSchemaValidator.validateAudiences(AudienceRestriction audienceRestriction)
Checks that at least one Audience is present. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||