パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
RequestedAuthnContext |
AuthnQuery.getRequestedAuthnContext()
Gets the RequestedAuthnContext of this request.
|
RequestedAuthnContext |
AuthnRequest.getRequestedAuthnContext()
Gets the
RequestedAuthnContext of the request. |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthnQuery.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the RequestedAuthnContext of this request.
|
void |
AuthnRequest.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the
RequestedAuthnContext of the request. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
RequestedAuthnContextImpl
Concrete implementation of
RequestedAuthnContext . |
修飾子とタイプ | メソッドと説明 |
---|---|
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 |
AuthnRequestImpl.getRequestedAuthnContext()
Gets the
RequestedAuthnContext of the request. |
RequestedAuthnContext |
AuthnQueryImpl.getRequestedAuthnContext()
Gets the RequestedAuthnContext of this request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthnRequestImpl.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the
RequestedAuthnContext of the request. |
void |
AuthnQueryImpl.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the RequestedAuthnContext of this request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
RequestedAuthnContextSchemaValidator.validate(RequestedAuthnContext requestedAuthnContext)
Checks to see if a XMLObject is valid.
|
protected void |
RequestedAuthnContextSchemaValidator.validateChildren(RequestedAuthnContext rac)
Validates the presence and combination of child elements.
|
Copyright © 2012. All Rights Reserved.