Package | Description |
---|---|
org.opensaml.saml1.binding.decoding |
Classes used to decode SAML messages.
|
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
org.opensaml.saml1.core.validator |
Validation rules for SAML 1.0 and 1.1 types and elements.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseSAML1MessageDecoder.extractAttributeQueryInfo(SAMLMessageContext messageContext,
AttributeQuery query)
Extract the issuer, and populate message context, from the Resource attribute of the Attribute query if
BaseSAML1MessageDecoder.useQueryResourceAsEntityId is true. |
Modifier and Type | Method and Description |
---|---|
AttributeQuery |
Request.getAttributeQuery()
Get the request AttributeQuery
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeQueryImpl
Concrete implementation of the
AttributeQuery interface |
Modifier and Type | Method and Description |
---|---|
AttributeQuery |
AttributeQueryBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AttributeQuery |
AttributeQueryBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
AttributeQuery |
RequestImpl.getAttributeQuery()
Get the request AttributeQuery
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeQuerySchemaValidator.validate(AttributeQuery attributeQuery)
Checks to see if a XMLObject is valid.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.