Package | Description |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
Modifier and Type | Method and Description |
---|---|
RequestedAuthnContext |
AuthnRequest.getRequestedAuthnContext()
Gets the
RequestedAuthnContext of the request. |
RequestedAuthnContext |
AuthnQuery.getRequestedAuthnContext()
Gets the RequestedAuthnContext of this request.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequest.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the
RequestedAuthnContext of the request. |
void |
AuthnQuery.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the RequestedAuthnContext of this 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) |
RequestedAuthnContext |
AuthnRequestImpl.getRequestedAuthnContext()
Gets the
RequestedAuthnContext of the request. |
RequestedAuthnContext |
AuthnQueryImpl.getRequestedAuthnContext()
Gets the RequestedAuthnContext of this request.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequestImpl.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the
RequestedAuthnContext of the request. |
void |
AuthnQueryImpl.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the RequestedAuthnContext of this request.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestedAuthnContextSchemaValidator.validate(RequestedAuthnContext requestedAuthnContext) |
protected void |
RequestedAuthnContextSchemaValidator.validateChildren(RequestedAuthnContext rac)
Validates the presence and combination of child elements.
|
Copyright © 1999-2013. All Rights Reserved.