Uses of Interface
org.opensaml.saml.saml1.core.Statement
Packages that use Statement
Package
Description
Interfaces for SAML 1.0 and 1.1 types and elements.
Implementations of SAML 1.x core specification types and elements.
-
Uses of Statement in org.opensaml.saml.saml1.core
Subinterfaces of Statement in org.opensaml.saml.saml1.coreModifier and TypeInterfaceDescriptioninterface
This interface defines how the object representing a SAML 1AttributeStatement
element behaves.interface
This interface defines how the object representing a SAML1AuthenticationStatment
element behaves.interface
This interface defines how the object representing a SAML1AuthorizationDecisionStatement
element behaves.interface
Interface to descibe how the anchor point SubjectStatement would work.Methods in org.opensaml.saml.saml1.core that return types with arguments of type StatementModifier and TypeMethodDescriptionAssertion.getStatements()
Return the List representing all theStatement
sub elements.Assertion.getStatements
(QName typeOrName) Return the List representing all theStatement
sub elements with a given schema type or element name. -
Uses of Statement in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement StatementModifier and TypeClassDescriptionclass
A Concrete implementation of theAttributeStatement
Interface.class
A Concrete implementation of theAuthenticationStatement
Interface.class
A concrete implementation ofAuthorizationDecisionStatement
.class
Abstract type to implement SubjectStatementType.Fields in org.opensaml.saml.saml1.core.impl with type parameters of type StatementModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<Statement>
AssertionImpl.statements
Object representation of all theStatement
elements.Methods in org.opensaml.saml.saml1.core.impl that return types with arguments of type StatementModifier and TypeMethodDescriptionAssertionImpl.getStatements()
Return the List representing all theStatement
sub elements.AssertionImpl.getStatements
(QName typeOrName) Return the List representing all theStatement
sub elements with a given schema type or element name.