org.eclipse.higgins.sts.binding.axis1x
Class ProfileServiceServerBinding
java.lang.Object
org.eclipse.higgins.sts.binding.axis1x.ServerServiceBinding
org.eclipse.higgins.sts.binding.axis1x.ProfileServiceServerBinding
- All Implemented Interfaces:
- org.eclipse.higgins.configuration.api.IConfigurableComponent
- public class ProfileServiceServerBinding
- extends ServerServiceBinding
Binds the Axis 1.x framework generated skeleton code to the Higgins STS implementation.
Class was originally auto-generated from WSDL by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
- Author:
- mikemci at us dot ibm dot com
|
Method Summary |
void |
configure(Map mapConfigureGlobalSettings,
String strConfigureComponentName,
Map mapConfigureComponentSettings,
org.eclipse.higgins.configuration.api.ISettingDescriptor componentDescriptor,
org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor)
|
String |
createProfile(String strUserIdentifier,
String strUserPassword)
|
String |
decryptToken(String strToken)
|
String |
deleteProfile(String strUserIdentifier,
String strUserPassword)
|
org.eclipse.higgins.configuration.api.ISettingDescriptor |
getComponentDescriptor()
|
static ProfileServiceServerBinding |
getInstance()
|
String |
getManagedCard(String strCardName,
String strUsername,
String strPassword,
String strCredentialType,
String strRequireAppliesTo,
String strToken)
|
String |
getProfile(String strUserIdentifier,
String strUserPassword,
org.eclipse.higgins.sts.api.IProfile profile)
|
String |
getServiceName()
|
String |
modifyProfile(String strUserIdentifier,
String strUserPassword,
org.eclipse.higgins.sts.api.IProfile profile)
|
String |
modifyProfileSetCardKeyHash(String strUserIdentifier,
String strUserPassword,
String strPPID,
String strModulus,
String strExponent)
|
getServiceName
public String getServiceName()
getInstance
public static ProfileServiceServerBinding getInstance()
configure
public void configure(Map mapConfigureGlobalSettings,
String strConfigureComponentName,
Map mapConfigureComponentSettings,
org.eclipse.higgins.configuration.api.ISettingDescriptor componentDescriptor,
org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor)
throws Exception
- Specified by:
configure in interface org.eclipse.higgins.configuration.api.IConfigurableComponent- Overrides:
configure in class ServerServiceBinding
- Throws:
Exception
getManagedCard
public String getManagedCard(String strCardName,
String strUsername,
String strPassword,
String strCredentialType,
String strRequireAppliesTo,
String strToken)
throws Exception
- Throws:
Exception
createProfile
public String createProfile(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
deleteProfile
public String deleteProfile(String strUserIdentifier,
String strUserPassword)
throws Exception
- Throws:
Exception
modifyProfileSetCardKeyHash
public String modifyProfileSetCardKeyHash(String strUserIdentifier,
String strUserPassword,
String strPPID,
String strModulus,
String strExponent)
throws Exception
- Throws:
Exception
modifyProfile
public String modifyProfile(String strUserIdentifier,
String strUserPassword,
org.eclipse.higgins.sts.api.IProfile profile)
throws Exception
- Throws:
Exception
decryptToken
public String decryptToken(String strToken)
throws Exception
- Throws:
Exception
getComponentDescriptor
public org.eclipse.higgins.configuration.api.ISettingDescriptor getComponentDescriptor()