Uses of Interface
org.opensaml.saml.saml1.core.Query
-
Packages that use Query 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. -
-
Uses of Query in org.opensaml.saml.saml1.core
Subinterfaces of Query in org.opensaml.saml.saml1.core Modifier and Type Interface Description interfaceAttributeQueryDescription of the behaviour of theAttributeQueryelement.interfaceAuthenticationQueryDescription of the behaviour of theAuthenticationQueryelement.interfaceAuthorizationDecisionQueryDescription of the behaviour of theAuthorizationDecisionQueryelement.interfaceSubjectQueryThis interface is for the SAML1SubjectQueryextention point.Methods in org.opensaml.saml.saml1.core that return Query Modifier and Type Method Description QueryRequest. getQuery()Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.Methods in org.opensaml.saml.saml1.core with parameters of type Query Modifier and Type Method Description voidRequest. setQuery(Query query)Set the request query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery). -
Uses of Query in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement Query Modifier and Type Class Description classAttributeQueryImplConcrete implementation of theAttributeQueryinterface.classAuthenticationQueryImplConcrete implementation of theAuthenticationQueryinterface.classAuthorizationDecisionQueryImplConcrete implementation of theAuthorizationDecisionQueryinterface.classSubjectQueryImplConcrete (but abstract) implementation ofSubjectQueryabstract type.Fields in org.opensaml.saml.saml1.core.impl declared as Query Modifier and Type Field Description private QueryRequestImpl. querySaves the query (one of Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisionQuery.Methods in org.opensaml.saml.saml1.core.impl that return Query Modifier and Type Method Description QueryRequestImpl. getQuery()Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.Methods in org.opensaml.saml.saml1.core.impl with parameters of type Query Modifier and Type Method Description voidRequestImpl. setQuery(Query q)Set the request query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery).
-