Uses of Class
org.keycloak.dom.saml.v2.assertion.AttributeStatementType.ASTChoiceType
Packages that use AttributeStatementType.ASTChoiceType
Package
Description
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.ASTChoiceTypeModifier and TypeFieldDescriptionprotected List<AttributeStatementType.ASTChoiceType>AttributeStatementType.attributesMethods in org.keycloak.dom.saml.v2.assertion that return types with arguments of type AttributeStatementType.ASTChoiceTypeMethods in org.keycloak.dom.saml.v2.assertion with parameters of type AttributeStatementType.ASTChoiceTypeModifier and TypeMethodDescriptionvoidAttributeStatementType.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.ASTChoiceTypeModifier and TypeMethodDescriptionvoidAttributeStatementType.addAttributes(List<AttributeStatementType.ASTChoiceType> attributes)