PLMSecuritySSOCClient PLMSSOCredential

Usage: you must use this class as is. You should never derive it.


public class PLMSSOCredential

This class represents a SSO credential.
Role: A SSO (Single Sign-On) credential is used to read or build the SSO credential set for a given application.


Constructor and Destructor Index


o PLMSSOCredential(CATUnicodeString&,CATUnicodeString&)
Constructs a credential with given name and value.
o ~PLMSSOCredential()

Method Index


o GetCredentialName(CATUnicodeString&)
Returns the name of the credential.
o GetCredentialValue(CATUnicodeString&)
Returns the value of the credential.

Constructor and Destructor


o PLMSSOCredential
public PLMSSOCredential( const iName,
const iValue)
Constructs a credential with given name and value.
Parameters:
iName
Name of the credential.
iValue
Value of the credential.
o ~PLMSSOCredential
public ~PLMSSOCredential()

Methods


o GetCredentialName
public GetCredentialName( oName)
Returns the name of the credential.
Parameters:
oName
The returned name of the credential.
Returns:
return S_OK if succesfull, E_FAIL otherwise.
o GetCredentialValue
public GetCredentialValue( oValue)
Returns the value of the credential.
Parameters:
oName
The returned value of the credential.
Returns:
return S_OK if succesfull, E_FAIL otherwise.

This object is included in the file: PLMSSOCredential.h
If needed, your Imakefile.mk should include the module: PLMSSOCAAClient

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.