Package com.dassault_systemes.plmsecssobase

   
Class SSOCredential

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.plmsecssobase.SSOCredential
Class Location

Framework : PLMSecuritySSOBase

Module : PLMSecSSOBase

Class Description

public class SSOCredential

Field Summary

Constructor Summary
SSOCredential()

Method Summary
String getCredentialApplicationID()
void setCredentialApplicationID(String iValue)
String getCredentialApplicationType()
void setCredentialApplicationType(String iValue)
String getCredentialName()
void setCredentialName(String iValue)
String getCredentialValue()
void setCredentialValue(String iValue)
SSOCredentialDescriptor getDescriptor()
void setDescriptor(SSOCredentialDescriptor iValue)
String getOwner()
void setOwner(String iValue)
String toString()
String writeArrayOfSSOCredentialAsXml(SSOCredential[] array)
SSOCredential[] readArrayOfSSOCredentialFromXML(String iCredentialArray)
SSOCredential readFromString(String iCredential)


Field Detail

Constructor Detail

SSOCredential

    SSOCredential()


Method Detail

getCredentialApplicationID

    String getCredentialApplicationID()

Retrieve the instance name of the application for which the credential is defined

Returns:
the instance name

setCredentialApplicationID

    void setCredentialApplicationID(String iValue)

Parameters:
iValue
sets the instance name of the application for which the credential is defined

getCredentialApplicationType

    String getCredentialApplicationType()

Returns:
Retrieve the name of the application (eg: EV5,IPD) for which the credential is define

setCredentialApplicationType

    void setCredentialApplicationType(String iValue)

Parameters:
iValue
Retrieve the name of the application (eg: EV5,IPD) for which the credential is define

getCredentialName

    String getCredentialName()

Returns:
Retrieve the name of the credential

setCredentialName

    void setCredentialName(String iValue)

Set the name of the credential


getCredentialValue

    String getCredentialValue()

Returns:
Retrieve the value of the credential

setCredentialValue

    void setCredentialValue(String iValue)

Parameters:
iValue
:Set value of the credential

getDescriptor

    SSOCredentialDescriptor getDescriptor()

Returns:
Retrieve the descriptor of the credential. This object is the metadata of the credential

setDescriptor

    void setDescriptor(SSOCredentialDescriptor iValue)


getOwner

    String getOwner()

Returns:
Retrieve the owner of the credential

setOwner

    void setOwner(String iValue)

Parameters:
iValue
Sets the owner of the credential

toString

    String toString()

Returns:
the SSOCredential as an XML format

writeArrayOfSSOCredentialAsXml

    String writeArrayOfSSOCredentialAsXml(SSOCredential[] array)

Returns:
it returns the XML format of an array of SSOCredential

readArrayOfSSOCredentialFromXML

    SSOCredential[] readArrayOfSSOCredentialFromXML(String iCredentialArray)

Build an array of SSOCredential from an XML string

Parameters:
iCredentialArray
the XMLString
Returns:
the built array of SSOCredential

readFromString

    SSOCredential readFromString(String iCredential)

Build an SSOCredential from an XML string

Parameters:
iCredential
: the xml string
Returns:
the built SSOCredential


Copyright © 2000, Dassault Systèmes. All rights reserved