Uses of Class
org.keycloak.dom.saml.v1.assertion.SAML11StatementAbstractType
-
Packages that use SAML11StatementAbstractType Package Description org.keycloak.dom.saml.v1.assertion -
-
Uses of SAML11StatementAbstractType in org.keycloak.dom.saml.v1.assertion
Subclasses of SAML11StatementAbstractType in org.keycloak.dom.saml.v1.assertion Modifier and Type Class Description classSAML11AttributeStatementTypeclassSAML11AuthenticationStatementTypeclassSAML11AuthorizationDecisionStatementTypeclassSAML11StatementTypeclassSAML11SubjectStatementTypeFields in org.keycloak.dom.saml.v1.assertion with type parameters of type SAML11StatementAbstractType Modifier and Type Field Description protected List<SAML11StatementAbstractType>SAML11AssertionType. statementsMethods in org.keycloak.dom.saml.v1.assertion that return types with arguments of type SAML11StatementAbstractType Modifier and Type Method Description List<SAML11StatementAbstractType>SAML11AssertionType. getStatements()Methods in org.keycloak.dom.saml.v1.assertion with parameters of type SAML11StatementAbstractType Modifier and Type Method Description voidSAML11AssertionType. add(SAML11StatementAbstractType statement)booleanSAML11AssertionType. remove(SAML11StatementAbstractType statement)Method parameters in org.keycloak.dom.saml.v1.assertion with type arguments of type SAML11StatementAbstractType Modifier and Type Method Description voidSAML11AssertionType. addAllStatements(List<SAML11StatementAbstractType> statement)
-