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