|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestedAuthnContext | |
|---|---|
| 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. |
| Uses of RequestedAuthnContext in org.opensaml.saml2.core |
|---|
| Methods in org.opensaml.saml2.core that return RequestedAuthnContext | |
|---|---|
RequestedAuthnContext |
AuthnRequest.getRequestedAuthnContext()
Gets the RequestedAuthnContext of the request. |
RequestedAuthnContext |
AuthnQuery.getRequestedAuthnContext()
Gets the RequestedAuthnContext of this request. |
| Methods in org.opensaml.saml2.core with parameters of type RequestedAuthnContext | |
|---|---|
void |
AuthnRequest.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the RequestedAuthnContext of the request. |
void |
AuthnQuery.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the RequestedAuthnContext of this request. |
| Uses of RequestedAuthnContext in org.opensaml.saml2.core.impl |
|---|
| Classes in org.opensaml.saml2.core.impl that implement RequestedAuthnContext | |
|---|---|
class |
RequestedAuthnContextImpl
Concrete implementation of RequestedAuthnContext. |
| Methods in org.opensaml.saml2.core.impl that return RequestedAuthnContext | |
|---|---|
RequestedAuthnContext |
RequestedAuthnContextBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
RequestedAuthnContext |
RequestedAuthnContextBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
RequestedAuthnContext |
AuthnRequestImpl.getRequestedAuthnContext()
Gets the RequestedAuthnContext of the request. |
RequestedAuthnContext |
AuthnQueryImpl.getRequestedAuthnContext()
Gets the RequestedAuthnContext of this request. |
| Methods in org.opensaml.saml2.core.impl with parameters of type RequestedAuthnContext | |
|---|---|
void |
AuthnRequestImpl.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the RequestedAuthnContext of the request. |
void |
AuthnQueryImpl.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the RequestedAuthnContext of this request. |
| Uses of RequestedAuthnContext in org.opensaml.saml2.core.validator |
|---|
| Methods in org.opensaml.saml2.core.validator with parameters of type RequestedAuthnContext | |
|---|---|
void |
RequestedAuthnContextSchemaValidator.validate(RequestedAuthnContext requestedAuthnContext)
|
protected void |
RequestedAuthnContextSchemaValidator.validateChildren(RequestedAuthnContext rac)
Validates the presence and combination of child elements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||