| Package | Description |
|---|---|
| org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
| org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
| org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeQuery
SAML 2.0 AttributeQuery.
|
interface |
AuthnQuery
SAML 2.0 AuthnQuery.
|
interface |
AuthzDecisionQuery
SAML 2.0 AuthzDecisionQuery.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeQueryImpl
Concrete implementation of
AttributeQuery. |
class |
AuthnQueryImpl
Concrete implementation of
AuthnQuery. |
class |
AuthzDecisionQueryImpl
Concrete implementation of
AuthzDecisionQuery. |
class |
SubjectQueryImpl
Concrete implementation of
SubjectQuery. |
| Modifier and Type | Class and Description |
|---|---|
class |
SubjectQuerySchemaValidator<SubjectQueryType extends SubjectQuery>
Checks
SubjectQuery for Schema compliance. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubjectQuerySchemaValidator.validateSubject(SubjectQuery query)
Validates the Subject child element.
|
Copyright © 1999–2015. All rights reserved.