Uses of Interface
org.opensaml.saml.saml1.core.Statement
-
Packages that use Statement Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements.org.opensaml.saml.saml1.core.impl 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.core Modifier and Type Interface Description interfaceAttributeStatementThis interface defines how the object representing a SAML 1AttributeStatementelement behaves.interfaceAuthenticationStatementThis interface defines how the object representing a SAML1AuthenticationStatmentelement behaves.interfaceAuthorizationDecisionStatementThis interface defines how the object representing a SAML1AuthorizationDecisionStatementelement behaves.interfaceSubjectStatementInterface to descibe how the anchor point SubjectStatement would work.Methods in org.opensaml.saml.saml1.core that return types with arguments of type Statement Modifier and Type Method Description List<Statement>Assertion. getStatements()Return the List representing all theStatementsub elements.List<Statement>Assertion. getStatements(QName typeOrName)Return the List representing all theStatementsub 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 Statement Modifier and Type Class Description classAttributeStatementImplA Concrete implementation of theAttributeStatementInterface.classAuthenticationStatementImplA Concrete implementation of theAuthenticationStatementInterface.classAuthorizationDecisionStatementImplA concrete implementation ofAuthorizationDecisionStatement.classSubjectStatementImplAbstract type to implement SubjectStatementType.Fields in org.opensaml.saml.saml1.core.impl with type parameters of type Statement Modifier and Type Field Description private IndexedXMLObjectChildrenList<Statement>AssertionImpl. statementsObject representation of all theStatementelements.Methods in org.opensaml.saml.saml1.core.impl that return types with arguments of type Statement Modifier and Type Method Description List<Statement>AssertionImpl. getStatements()Return the List representing all theStatementsub elements.List<Statement>AssertionImpl. getStatements(QName typeOrName)Return the List representing all theStatementsub elements with a given schema type or element name.
-