Uses of Class
org.jasig.portal.security.provider.saml.SAMLSession

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

Methods in org.jasig.portal.security.provider.saml with parameters of type SAMLSession
 org.apache.http.HttpResponse SAMLDelegatedAuthenticationService.authenticate(SAMLSession samlSession, byte[] paosBytes)
          This method authenticates to a WPS as a result of intercepting a blocked access for a resource and getting a SOAP request for delegated SAML authentication.
 org.apache.http.HttpResponse SAMLDelegatedAuthenticationService.authenticate(SAMLSession samlSession, Resource resource)
          This method should be used to authenticate to and get a resource from a Shibboleth-protected Web Service.
 void AssertionIdpResolverImpl.resolve(SAMLSession samlSession, DelegatedSAMLAuthenticationState authnState)
           
 void IdPEPRResolver.resolve(SAMLSession samlSession, DelegatedSAMLAuthenticationState authnState)
          This method will take the samlSession's idp entity ID and resolve it to an endpoint.
 void Resource.setupWSPClientConnection(SAMLSession samlSession)
          Sets up the SSL parameters of a connection to the WSP, including the client certificate and server certificate trust.
 

Constructors in org.jasig.portal.security.provider.saml with parameters of type SAMLSession
HttpRequestPostprocessor(SAMLSession samlSession)
           
 



Copyright © 2011 Jasig. All Rights Reserved.