Uses of Class
org.keycloak.dom.saml.v2.assertion.AttributeStatementType.ASTChoiceType
-
Packages that use AttributeStatementType.ASTChoiceType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertion -
-
Uses of AttributeStatementType.ASTChoiceType in org.keycloak.dom.saml.v2.assertion
Fields in org.keycloak.dom.saml.v2.assertion with type parameters of type AttributeStatementType.ASTChoiceType Modifier and Type Field Description protected List<AttributeStatementType.ASTChoiceType>AttributeStatementType. attributesMethods in org.keycloak.dom.saml.v2.assertion that return types with arguments of type AttributeStatementType.ASTChoiceType Modifier and Type Method Description List<AttributeStatementType.ASTChoiceType>AttributeStatementType. getAttributes()Gets the attributes.Methods in org.keycloak.dom.saml.v2.assertion with parameters of type AttributeStatementType.ASTChoiceType Modifier and Type Method Description voidAttributeStatementType. addAttribute(AttributeStatementType.ASTChoiceType attribute)Add an attributevoidAttributeStatementType. removeAttribute(AttributeStatementType.ASTChoiceType attribute)Remove an attributeMethod parameters in org.keycloak.dom.saml.v2.assertion with type arguments of type AttributeStatementType.ASTChoiceType Modifier and Type Method Description voidAttributeStatementType. addAttributes(List<AttributeStatementType.ASTChoiceType> attributes)
-