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 TypeInterfaceDescriptioninterfaceDescription of the behaviour of theAttributeQueryelement.interfaceDescription of the behaviour of theAuthenticationQueryelement.interfaceDescription of the behaviour of theAuthorizationDecisionQueryelement.interfaceThis interface is for the SAML1SubjectQueryextention 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 TypeClassDescriptionclassConcrete implementation of theAttributeQueryinterface.classConcrete implementation of theAuthenticationQueryinterface.classConcrete implementation of theAuthorizationDecisionQueryinterface.classAbstract implementation ofSubjectQuerytype.Fields in org.opensaml.saml.saml1.core.impl declared as QueryModifier and TypeFieldDescriptionprivate QueryRequestImpl.querySaves 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