Uses of Interface
org.jasig.portal.security.provider.saml.IdPEPRResolver

Uses of IdPEPRResolver in org.jasig.portal.security.provider.saml
 

Classes in org.jasig.portal.security.provider.saml that implement IdPEPRResolver
 class AssertionIdpResolverImpl
          This class provides IdP ECP endpoint resolution based on the endpoint reference (EPR) provided by Shibboleth IdP in the assertion.
 

Methods in org.jasig.portal.security.provider.saml that return IdPEPRResolver
 IdPEPRResolver SAMLSession.getIdpResolver()
           
 

Methods in org.jasig.portal.security.provider.saml with parameters of type IdPEPRResolver
 void SAMLSession.setIdpResolver(IdPEPRResolver idpResolver)
          Provide an implementation of the IdPEPRResolver interface to resolve the IdP endpoint to which the delegated SAML authentication requests must be presented.
 



Copyright © 2011 Jasig. All Rights Reserved.