Package | Description |
---|---|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
Modifier and Type | Method and Description |
---|---|
RequestedAuthnContext |
AuthnQuery.getRequestedAuthnContext()
Gets the RequestedAuthnContext of this request.
|
RequestedAuthnContext |
AuthnRequest.getRequestedAuthnContext()
Gets the
RequestedAuthnContext of the request. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnQuery.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the RequestedAuthnContext of this request.
|
void |
AuthnRequest.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the
RequestedAuthnContext of the request. |
Modifier and Type | Class and Description |
---|---|
class |
RequestedAuthnContextImpl
Concrete implementation of
RequestedAuthnContext . |
Modifier and Type | Method and Description |
---|---|
RequestedAuthnContext |
RequestedAuthnContextBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
RequestedAuthnContext |
RequestedAuthnContextBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
RequestedAuthnContext |
AuthnQueryImpl.getRequestedAuthnContext()
Gets the RequestedAuthnContext of this request.
|
RequestedAuthnContext |
AuthnRequestImpl.getRequestedAuthnContext()
Gets the
RequestedAuthnContext of the request. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnQueryImpl.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the RequestedAuthnContext of this request.
|
void |
AuthnRequestImpl.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the
RequestedAuthnContext of the request. |
Copyright © 2018. All rights reserved.