/** * Please modify this class to meet your needs * This class is not complete */ package org.cagrid.gaards.authentication.authenticationservice; import java.util.logging.Logger; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebResult; import javax.jws.WebService; import javax.jws.soap.SOAPBinding; import javax.xml.bind.annotation.XmlSeeAlso; /** * This class was generated by Apache CXF 2.6.3 * 2014-05-01T13:50:43.377-04:00 * Generated source version: 2.6.3 * */ @javax.jws.WebService( serviceName = "$service.ServiceName", targetNamespace = "$service.Namespace", wsdlLocation = "/schema/org/cagrid/AuthenticationService/AuthenticationService.wsdl", endpointInterface = "org.cagrid.gaards.authentication.authenticationservice.AuthenticationServicePortType") public class AuthenticationServicePortTypeImpl implements AuthenticationServicePortType { private static final Logger LOG = Logger.getLogger(AuthenticationServicePortTypeImpl.class.getName()); /* (non-Javadoc) * @see org.cagrid.gaards.authentication.authenticationservice.AuthenticationServicePortType#getLockedOutUsers(org.cagrid.gaards.authentication.authenticationservice.GetLockedOutUsersRequest parameters )* */ public org.cagrid.gaards.authentication.authenticationservice.GetLockedOutUsersResponse getLockedOutUsers(GetLockedOutUsersRequest parameters) { LOG.info("Executing operation getLockedOutUsers"); System.out.println(parameters); try { org.cagrid.gaards.authentication.authenticationservice.GetLockedOutUsersResponse _return = null; return _return; } catch (java.lang.Exception ex) { ex.printStackTrace(); throw new RuntimeException(ex); } } /* (non-Javadoc) * @see org.cagrid.gaards.authentication.authenticationservice.AuthenticationServicePortType#queryResourceProperties(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryResourceProperties queryResourcePropertiesRequest )* */ public org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryResourcePropertiesResponse queryResourceProperties(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryResourceProperties queryResourcePropertiesRequest) throws org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.UnknownQueryExpressionDialectFault , org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.InvalidResourcePropertyQNameFault , org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.ResourceUnknownFault , org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.InvalidQueryExpressionFault , org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.QueryEvaluationErrorFault { LOG.info("Executing operation queryResourceProperties"); System.out.println(queryResourcePropertiesRequest); try { org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryResourcePropertiesResponse _return = null; return _return; } catch (java.lang.Exception ex) { ex.printStackTrace(); throw new RuntimeException(ex); } //throw new org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.UnknownQueryExpressionDialectFault("UnknownQueryExpressionDialectFault..."); //throw new org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.InvalidResourcePropertyQNameFault("InvalidResourcePropertyQNameFault..."); //throw new org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.ResourceUnknownFault("ResourceUnknownFault..."); //throw new org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.InvalidQueryExpressionFault("InvalidQueryExpressionFault..."); //throw new org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.QueryEvaluationErrorFault("QueryEvaluationErrorFault..."); } /* (non-Javadoc) * @see org.cagrid.gaards.authentication.authenticationservice.AuthenticationServicePortType#getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest )* */ public org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest) throws org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.InvalidResourcePropertyQNameFault , org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.ResourceUnknownFault { LOG.info("Executing operation getResourceProperty"); System.out.println(getResourcePropertyRequest); try { org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.GetResourcePropertyResponse _return = null; return _return; } catch (java.lang.Exception ex) { ex.printStackTrace(); throw new RuntimeException(ex); } //throw new org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.InvalidResourcePropertyQNameFault("InvalidResourcePropertyQNameFault..."); //throw new org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.ResourceUnknownFault("ResourceUnknownFault..."); } /* (non-Javadoc) * @see org.cagrid.gaards.authentication.authenticationservice.AuthenticationServicePortType#getMultipleResourceProperties(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.GetMultipleResourceProperties getMultipleResourcePropertiesRequest )* */ public org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.GetMultipleResourceProperties getMultipleResourcePropertiesRequest) throws org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.InvalidResourcePropertyQNameFault , org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.ResourceUnknownFault { LOG.info("Executing operation getMultipleResourceProperties"); System.out.println(getMultipleResourcePropertiesRequest); try { org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.GetMultipleResourcePropertiesResponse _return = null; return _return; } catch (java.lang.Exception ex) { ex.printStackTrace(); throw new RuntimeException(ex); } //throw new org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.InvalidResourcePropertyQNameFault("InvalidResourcePropertyQNameFault..."); //throw new org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01_wsdl.ResourceUnknownFault("ResourceUnknownFault..."); } /* (non-Javadoc) * @see org.cagrid.gaards.authentication.authenticationservice.AuthenticationServicePortType#getServiceSecurityMetadata(gov.nih.nci.cagrid.introduce.security.servicesecurity.GetServiceSecurityMetadataRequest parameters )* */ public gov.nih.nci.cagrid.introduce.security.servicesecurity.GetServiceSecurityMetadataResponse getServiceSecurityMetadata(gov.nih.nci.cagrid.introduce.security.servicesecurity.GetServiceSecurityMetadataRequest parameters) { LOG.info("Executing operation getServiceSecurityMetadata"); System.out.println(parameters); try { gov.nih.nci.cagrid.introduce.security.servicesecurity.GetServiceSecurityMetadataResponse _return = null; return _return; } catch (java.lang.Exception ex) { ex.printStackTrace(); throw new RuntimeException(ex); } } /* (non-Javadoc) * @see org.cagrid.gaards.authentication.authenticationservice.AuthenticationServicePortType#authenticateUser(org.cagrid.gaards.authentication.authenticationservice.AuthenticateUserRequest parameters )* */ public org.cagrid.gaards.authentication.authenticationservice.AuthenticateUserResponse authenticateUser(AuthenticateUserRequest parameters) throws InvalidCredentialFaultFaultMessage , CredentialNotSupportedFaultFaultMessage , InsufficientAttributeFaultFaultMessage , AuthenticationProviderFaultFaultMessage { LOG.info("Executing operation authenticateUser"); System.out.println(parameters); try { org.cagrid.gaards.authentication.authenticationservice.AuthenticateUserResponse _return = null; return _return; } catch (java.lang.Exception ex) { ex.printStackTrace(); throw new RuntimeException(ex); } //throw new InvalidCredentialFaultFaultMessage("InvalidCredentialFaultFaultMessage..."); //throw new CredentialNotSupportedFaultFaultMessage("CredentialNotSupportedFaultFaultMessage..."); //throw new InsufficientAttributeFaultFaultMessage("InsufficientAttributeFaultFaultMessage..."); //throw new AuthenticationProviderFaultFaultMessage("AuthenticationProviderFaultFaultMessage..."); } }