org.cagrid.gaards.websso.authentication.helper.impl
Class AuthenticationServiceHelperImpl

java.lang.Object
  extended by org.cagrid.gaards.websso.authentication.helper.impl.AuthenticationServiceHelperImpl
All Implemented Interfaces:
AuthenticationServiceHelper

public class AuthenticationServiceHelperImpl
extends java.lang.Object
implements AuthenticationServiceHelper


Constructor Summary
AuthenticationServiceHelperImpl()
           
 
Method Summary
 SAMLAssertion authenticate(java.lang.String authenticationServiceURL, java.lang.String userName, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationServiceHelperImpl

public AuthenticationServiceHelperImpl()
Method Detail

authenticate

public SAMLAssertion authenticate(java.lang.String authenticationServiceURL,
                                  java.lang.String userName,
                                  java.lang.String password)
                           throws AuthenticationErrorException,
                                  AuthenticationConfigurationException
Specified by:
authenticate in interface AuthenticationServiceHelper
Throws:
AuthenticationErrorException
AuthenticationConfigurationException