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.extractAuthorizationDecisionQueryInfo(SAMLMessageContext messageContext,
AuthorizationDecisionQuery query)
Extract the issuer, and populate message context, from the Resource attribute of the AuthorizationDecisionQuery
query if
BaseSAML1MessageDecoder.useQueryResourceAsEntityId is true. |
Modifier and Type | Method and Description |
---|---|
AuthorizationDecisionQuery |
Request.getAuthorizationDecisionQuery()
Get the request AuthorizationDecisionQuery
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationDecisionQueryImpl
Concrete implementation of the
AuthorizationDecisionQuery interface |
Modifier and Type | Method and Description |
---|---|
AuthorizationDecisionQuery |
AuthorizationDecisionQueryBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AuthorizationDecisionQuery |
AuthorizationDecisionQueryBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
AuthorizationDecisionQuery |
RequestImpl.getAuthorizationDecisionQuery()
Get the request AuthorizationDecisionQuery
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationDecisionQuerySchemaValidator.validate(AuthorizationDecisionQuery query) |
protected void |
AuthorizationDecisionQuerySchemaValidator.validateActions(AuthorizationDecisionQuery query)
Validates that there is at least one Action Element present.
|
protected void |
AuthorizationDecisionQuerySchemaValidator.validateResourcePresent(AuthorizationDecisionQuery query)
Validates that the Resource attribute is present and valid
|
Copyright © 1999-2013. All Rights Reserved.