|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssertionURIRef | |
---|---|
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 AssertionURIRef in org.opensaml.saml2.core |
---|
Methods in org.opensaml.saml2.core that return types with arguments of type AssertionURIRef | |
---|---|
java.util.List<AssertionURIRef> |
Advice.getAssertionURIReferences()
Gets the list of AssertionURI references used as advice. |
java.util.List<AssertionURIRef> |
Evidence.getAssertionURIReferences()
Gets the list of AssertionURI references used as evidence. |
Uses of AssertionURIRef in org.opensaml.saml2.core.impl |
---|
Classes in org.opensaml.saml2.core.impl that implement AssertionURIRef | |
---|---|
class |
AssertionURIRefImpl
A concrete implementation of AssertionURIRef . |
Methods in org.opensaml.saml2.core.impl that return AssertionURIRef | |
---|---|
AssertionURIRef |
AssertionURIRefBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
AssertionURIRef |
AssertionURIRefBuilder.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 AssertionURIRef | |
---|---|
java.util.List<AssertionURIRef> |
EvidenceImpl.getAssertionURIReferences()
Gets the list of AssertionURI references used as evidence. |
java.util.List<AssertionURIRef> |
AdviceImpl.getAssertionURIReferences()
Gets the list of AssertionURI references used as advice. |
Uses of AssertionURIRef in org.opensaml.saml2.core.validator |
---|
Methods in org.opensaml.saml2.core.validator with parameters of type AssertionURIRef | |
---|---|
void |
AssertionURIRefSchemaValidator.validate(AssertionURIRef assertionURIRef)
|
protected void |
AssertionURIRefSchemaValidator.validateURIRef(AssertionURIRef assertionURIRef)
Checks that the URI reference is present. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |