issrg.saml.util
Interface SAMLPort

All Known Implementing Classes:
VOMSSAMLPort

public interface SAMLPort

Author:
Linying Su

Method Summary
 java.lang.Object getSAMLResponse(java.security.Principal user, java.net.URL url, SAMLMetaInfo info, SAMLSecurity security)
          This method is used to request a SAML Response object from a SAML Repository
 

Method Detail

getSAMLResponse

java.lang.Object getSAMLResponse(java.security.Principal user,
                                 java.net.URL url,
                                 SAMLMetaInfo info,
                                 SAMLSecurity security)
                                 throws SAMLServiceException
This method is used to request a SAML Response object from a SAML Repository

Parameters:
user - - The Principal of whom the query is made
url - - The SAML repositories location
info - - The configuration information for SAML query
security - - The secure configuration information for SAML query
Returns:
A SAML Response object containing the users attributes
Throws:
SAMLServiceException