Package | Description |
---|---|
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeQuery
Description of the behaviour of the
AttributeQuery element |
interface |
AuthenticationQuery
Description of the behaviour of the
AuthenticationQuery element |
interface |
AuthorizationDecisionQuery
Description of the behaviour of the
AuthorizationDecisionQuery element |
interface |
SubjectQuery
This interface is for the SAML1
SubjectQuery extention point. |
Modifier and Type | Method and Description |
---|---|
Query |
Request.getQuery()
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setQuery(Query query)
Set the query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeQueryImpl
Concrete implementation of the
AttributeQuery interface |
class |
AuthenticationQueryImpl
Concrete implementation of the
AuthenticationQuery interface |
class |
AuthorizationDecisionQueryImpl
Concrete implementation of the
AuthorizationDecisionQuery interface |
class |
SubjectQueryImpl
Concrete (but abstract) implementation of
SubjectQuery abstract type |
Modifier and Type | Method and Description |
---|---|
Query |
RequestImpl.getQuery()
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
|
Modifier and Type | Method and Description |
---|---|
void |
RequestImpl.setQuery(Query query)
Set the query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery
|
Copyright © 1999-2013. All Rights Reserved.