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. -
-
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).
-