Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.StatementAbstractType
-
Packages that use StatementAbstractType Package Description com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.internal.saml20.jaxb20 -
-
Uses of StatementAbstractType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Subclasses of StatementAbstractType in com.sun.xml.wss.saml.assertion.saml20.jaxb20 Modifier and Type Class Description classAttributeStatementTheAttributeStatementelement supplies a statement by the issuer that the specified subject is associated with the specified attributes.classAuthnStatementTheAuthnStatementelement supplies a statement by the issuer that its subject was authenticated by a particular means at a particular time.classAuthzDecisionStatementTheAuthzDecisionStatementelement supplies a statement by the issuer that the request for access by the specified subject to the specified resource has resulted in the specified decision on the basis of some optionally specified evidence. -
Uses of StatementAbstractType in com.sun.xml.wss.saml.internal.saml20.jaxb20
Subclasses of StatementAbstractType in com.sun.xml.wss.saml.internal.saml20.jaxb20 Modifier and Type Class Description classAttributeStatementTypeJava class for AttributeStatementType complex type.classAuthnStatementTypeJava class for AuthnStatementType complex type.classAuthzDecisionStatementTypeJava class for AuthzDecisionStatementType complex type.Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 with type parameters of type StatementAbstractType Modifier and Type Field Description protected List<StatementAbstractType>AssertionType. statementOrAuthnStatementOrAuthzDecisionStatementMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type StatementAbstractType Modifier and Type Method Description javax.xml.bind.JAXBElement<StatementAbstractType>ObjectFactory. createStatement(StatementAbstractType value)List<StatementAbstractType>AssertionType. getStatementOrAuthnStatementOrAuthzDecisionStatement()Gets the value of the statementOrAuthnStatementOrAuthzDecisionStatement property.Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type StatementAbstractType Modifier and Type Method Description javax.xml.bind.JAXBElement<StatementAbstractType>ObjectFactory. createStatement(StatementAbstractType value)
-