| Package | Description |
|---|---|
| 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 | Interface and Description |
|---|---|
interface |
AttributeQuery
Description of the behaviour of the
AttributeQuery element. |
interface |
AuthenticationQuery
Description of the behaviour of the
AuthenticationQuery element. |
interface |
AuthorizationDecisionQuery
Description of the behaviour of the
AuthorizationDecisionQuery element |
| Modifier and Type | Method and Description |
|---|---|
SubjectQuery |
Request.getSubjectQuery()
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeQueryImpl
Concrete implementation of the
AttributeQuery interface. |
class |
AuthenticationQueryImpl
Concrete implementation of the
AuthenticationQuery interface. |
class |
AuthorizationDecisionQueryImpl
Concrete implementation of the
AuthorizationDecisionQuery interface. |
class |
SubjectQueryImpl
Concrete (but abstract) implementation of
SubjectQuery abstract type. |
| Modifier and Type | Method and Description |
|---|---|
SubjectQuery |
RequestImpl.getSubjectQuery()
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.
|
Copyright © 2021. All rights reserved.