Uses of Interface
org.opensaml.saml.saml1.core.SubjectQuery
Packages that use SubjectQuery
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 SubjectQuery in org.opensaml.saml.saml1.core
Subinterfaces of SubjectQuery 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.Methods in org.opensaml.saml.saml1.core that return SubjectQueryModifier and TypeMethodDescriptionRequest.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 SubjectQueryModifier and TypeClassDescriptionclassConcrete implementation of theAttributeQueryinterface.classConcrete implementation of theAuthenticationQueryinterface.classConcrete implementation of theAuthorizationDecisionQueryinterface.classAbstract implementation ofSubjectQuerytype.Methods in org.opensaml.saml.saml1.core.impl that return SubjectQueryModifier and TypeMethodDescriptionRequestImpl.getSubjectQuery()Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.