Uses of Class
org.keycloak.dom.saml.v1.assertion.SAML11AttributeType
Packages that use SAML11AttributeType
Package
Description
-
Uses of SAML11AttributeType in org.keycloak.dom.saml.v1.assertion
Fields in org.keycloak.dom.saml.v1.assertion with type parameters of type SAML11AttributeTypeModifier and TypeFieldDescriptionprotected List<SAML11AttributeType>SAML11AttributeStatementType.attributeMethods in org.keycloak.dom.saml.v1.assertion that return types with arguments of type SAML11AttributeTypeMethods in org.keycloak.dom.saml.v1.assertion with parameters of type SAML11AttributeTypeModifier and TypeMethodDescriptionvoidSAML11AttributeStatementType.add(SAML11AttributeType aAttribute) booleanSAML11AttributeStatementType.remove(SAML11AttributeType anAttrib) Method parameters in org.keycloak.dom.saml.v1.assertion with type arguments of type SAML11AttributeTypeModifier and TypeMethodDescriptionvoidSAML11AttributeStatementType.addAllAttributes(List<SAML11AttributeType> attribList) -
Uses of SAML11AttributeType in org.keycloak.saml.processing.core.parsers.util
Methods in org.keycloak.saml.processing.core.parsers.util that return SAML11AttributeTypeModifier and TypeMethodDescriptionstatic SAML11AttributeTypeSAML11ParserUtil.parseSAML11Attribute(XMLEventReader xmlEventReader) Parse aSAML11AttributeTypeMethods in org.keycloak.saml.processing.core.parsers.util with parameters of type SAML11AttributeTypeModifier and TypeMethodDescriptionstatic voidSAML11ParserUtil.parseAttributeType(XMLEventReader xmlEventReader, StartElement startElement, String rootTag, SAML11AttributeType attributeType) Parse anSAML11AttributeType -
Uses of SAML11AttributeType in org.keycloak.saml.processing.core.saml.v1.writers
Methods in org.keycloak.saml.processing.core.saml.v1.writers with parameters of type SAML11AttributeTypeModifier and TypeMethodDescriptionvoidSAML11AssertionWriter.write(SAML11AttributeType attributeType) Write anAttributeTypeto streamvoidSAML11AssertionWriter.writeAttributeTypeWithoutRootTag(SAML11AttributeType attributeType)