Uses of Interface
org.opensaml.saml.saml1.core.SubjectQuery
-
Packages that use SubjectQuery 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 SubjectQuery in org.opensaml.saml.saml1.core
Subinterfaces of SubjectQuery 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.Methods in org.opensaml.saml.saml1.core that return SubjectQuery Modifier and Type Method Description SubjectQueryRequest. getSubjectQuery()Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery. -
Uses of SubjectQuery in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement SubjectQuery Modifier and Type Class Description classAttributeQueryImplConcrete implementation of theAttributeQueryinterface.classAuthenticationQueryImplConcrete implementation of theAuthenticationQueryinterface.classAuthorizationDecisionQueryImplConcrete implementation of theAuthorizationDecisionQueryinterface.classSubjectQueryImplConcrete (but abstract) implementation ofSubjectQueryabstract type.Methods in org.opensaml.saml.saml1.core.impl that return SubjectQuery Modifier and Type Method Description SubjectQueryRequestImpl. getSubjectQuery()Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.
-