org.eclipse.higgins.sts.binding.axis1x.service
Class ProfileBindingImpl

java.lang.Object
  extended byorg.eclipse.higgins.sts.binding.axis1x.service.ProfileBindingImpl

public class ProfileBindingImpl
extends Object

Author:
mikemci

Constructor Summary
ProfileBindingImpl()
           
 
Method Summary
 String createProfile(String strUserIdentifier, String strUserPassword)
           
 String deleteProfile(String strUserIdentifier, String strUserPassword)
           
 String getProfile(String strUserIdentifier, String strUserPassword, org.eclipse.higgins.sts.api.IProfile profile)
           
 String modifyProfile(String strUserIdentifier, String strUserPassword, org.eclipse.higgins.sts.api.IProfile profile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileBindingImpl

public ProfileBindingImpl()
Method Detail

createProfile

public String createProfile(String strUserIdentifier,
                            String strUserPassword)
                     throws Exception
Throws:
Exception

modifyProfile

public String modifyProfile(String strUserIdentifier,
                            String strUserPassword,
                            org.eclipse.higgins.sts.api.IProfile profile)
                     throws Exception
Throws:
Exception

deleteProfile

public String deleteProfile(String strUserIdentifier,
                            String strUserPassword)
                     throws Exception
Throws:
Exception

getProfile

public String getProfile(String strUserIdentifier,
                         String strUserPassword,
                         org.eclipse.higgins.sts.api.IProfile profile)
                  throws Exception
Throws:
Exception