Package | Description |
---|---|
org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
org.opensaml.saml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x core specification types and elements.
|
Modifier and Type | Method and Description |
---|---|
protected String |
SAMLPeerEntityContext.processSaml1AuthorizationDecisionQuery(AuthorizationDecisionQuery query)
Resolve the SAML entityID from a SAML 1 AuthorizationDecisionQuery.
|
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)
Creates an XMLObject with a given fully qualified name.
|
AuthorizationDecisionQuery |
RequestImpl.getAuthorizationDecisionQuery()
Get the request AuthorizationDecisionQuery.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.