Uses of Interface
org.opensaml.saml2.core.RequestedAuthnContext

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.
 

Fields in org.opensaml.saml2.core.impl declared as RequestedAuthnContext
private  RequestedAuthnContext AuthnQueryImpl.requestedAuthnContext
          RequestedAuthnContext child element.
private  RequestedAuthnContext AuthnRequestImpl.requestedAuthnContext
          RequestedAuthnContext child element.
 

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(String namespaceURI, String localName, String namespacePrefix)
          
 RequestedAuthnContext AuthnQueryImpl.getRequestedAuthnContext()
          Gets the RequestedAuthnContext of this request.
 RequestedAuthnContext AuthnRequestImpl.getRequestedAuthnContext()
          Gets the RequestedAuthnContext of the request.
 

Methods in org.opensaml.saml2.core.impl with parameters of type RequestedAuthnContext
 void AuthnQueryImpl.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
          Sets the RequestedAuthnContext of this request.
 void AuthnRequestImpl.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
          Sets the RequestedAuthnContext of the 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.
 



Copyright © 1999-2013. All Rights Reserved.