Uses of Interface
org.opensaml.saml.saml1.core.Query
Packages that use Query
Package
Description
Interfaces for SAML 1.0 and 1.1 types and elements.
Implementations of SAML 1.x core specification types and elements.
-
Uses of Query in org.opensaml.saml.saml1.core
Subinterfaces of Query in org.opensaml.saml.saml1.coreModifier and TypeInterfaceDescriptioninterface
Description of the behaviour of theAttributeQuery
element.interface
Description of the behaviour of theAuthenticationQuery
element.interface
Description of the behaviour of theAuthorizationDecisionQuery
element.interface
This interface is for the SAML1SubjectQuery
extention point.Methods in org.opensaml.saml.saml1.core that return QueryModifier and TypeMethodDescriptionRequest.getQuery()
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.Methods in org.opensaml.saml.saml1.core with parameters of type Query -
Uses of Query in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement QueryModifier and TypeClassDescriptionclass
Concrete implementation of theAttributeQuery
interface.class
Concrete implementation of theAuthenticationQuery
interface.class
Concrete implementation of theAuthorizationDecisionQuery
interface.class
Concrete (but abstract) implementation ofSubjectQuery
abstract type.Fields in org.opensaml.saml.saml1.core.impl declared as QueryModifier and TypeFieldDescriptionprivate Query
RequestImpl.query
Saves the query (one of Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisionQuery.Methods in org.opensaml.saml.saml1.core.impl that return QueryModifier and TypeMethodDescriptionRequestImpl.getQuery()
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.Methods in org.opensaml.saml.saml1.core.impl with parameters of type Query