| Package | Description |
|---|---|
| org.keycloak.dom.saml.v1.assertion | |
| org.keycloak.saml.processing.core.parsers.util | |
| org.keycloak.saml.processing.core.saml.v1.writers |
| Modifier and Type | Field and Description |
|---|---|
protected List<SAML11AttributeType> |
SAML11AttributeStatementType.attribute |
| Modifier and Type | Method and Description |
|---|---|
List<SAML11AttributeType> |
SAML11AttributeStatementType.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAML11AttributeStatementType.add(SAML11AttributeType aAttribute) |
boolean |
SAML11AttributeStatementType.remove(SAML11AttributeType anAttrib) |
| Modifier and Type | Method and Description |
|---|---|
void |
SAML11AttributeStatementType.addAllAttributes(List<SAML11AttributeType> attribList) |
| Modifier and Type | Method and Description |
|---|---|
static SAML11AttributeType |
SAML11ParserUtil.parseSAML11Attribute(XMLEventReader xmlEventReader)
Parse a
SAML11AttributeType |
| Modifier and Type | Method and Description |
|---|---|
static void |
SAML11ParserUtil.parseAttributeType(XMLEventReader xmlEventReader,
StartElement startElement,
String rootTag,
SAML11AttributeType attributeType)
Parse an
SAML11AttributeType |
| Modifier and Type | Method and Description |
|---|---|
void |
SAML11AssertionWriter.write(SAML11AttributeType attributeType)
Write an
AttributeType to stream |
void |
SAML11AssertionWriter.writeAttributeTypeWithoutRootTag(SAML11AttributeType attributeType) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.