|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubjectQuery | |
---|---|
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. |
Uses of SubjectQuery in org.opensaml.saml1.core |
---|
Subinterfaces of SubjectQuery in org.opensaml.saml1.core | |
---|---|
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 |
Methods in org.opensaml.saml1.core that return SubjectQuery | |
---|---|
SubjectQuery |
Request.getSubjectQuery()
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery |
Uses of SubjectQuery in org.opensaml.saml1.core.impl |
---|
Classes in org.opensaml.saml1.core.impl that implement SubjectQuery | |
---|---|
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 |
Methods in org.opensaml.saml1.core.impl that return SubjectQuery | |
---|---|
SubjectQuery |
RequestImpl.getSubjectQuery()
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery |
Uses of SubjectQuery in org.opensaml.saml1.core.validator |
---|
Classes in org.opensaml.saml1.core.validator with type parameters of type SubjectQuery | |
---|---|
class |
SubjectQuerySchemaValidator<QueryType extends SubjectQuery>
Checks SubjectQuery for Schema compliance. |
|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |