Uses of Interface
org.eclipse.higgins.sts.api.IConstants

Uses of IConstants in org.eclipse.higgins.sts.api
 

Methods in org.eclipse.higgins.sts.api with parameters of type IConstants
 IMEXResponse IMetadataExchangeService.getMetadata(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings, Map mapInvocationSettings, IConstants constants, URI uriRequest)
           
 String IProfileService.decryptToken(IConstants constants, String strToken)
           
 String IProfileService.getManagedCard(IConstants constants, String strCardName, String strUsername, String strPassword, String strCredentialType, String strRequireAppliesTo, String strToken)
           
 String IProfileService.createProfile(IConstants constants, String strUserIdentifier, String strUserPassword)
           
 String IProfileService.getProfile(IConstants constants, String strUserIdentifier, String strUserPassword, IProfile profile)
           
 String IProfileService.deleteProfile(IConstants constants, String strUserIdentifier, String strUserPassword)
           
 String IProfileService.modifyProfileSetCardKeyHash(IConstants constants, String strUserIdentifier, String strUserPassword, String strPPID, String strModulus, String strExponent)
           
 String IProfileService.modifyProfileSetX509SHA(IConstants constants, String strUserIdentifier, String strUserPassword, String strX509SHA)
           
 String IProfileService.modifyProfile(IConstants constants, String strUserIdentifier, String strUserPassword, IProfile profile)
           
 void ISecurityTokenService.invoke(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings, Map mapInvocationSettings, IConstants constants, ISTSRequest request, ISTSResponse response)
          This method is called each time the framework receives a RequestSecurityToken message.