com.businessobjects.sdk.plugin.desktop.custommappedattribute
Interface IAttributeSource


public interface IAttributeSource

Interface to manage an attribute source

Since:
4.1

Method Summary
 java.lang.String getExternalName()
           
 java.lang.String getSourceName()
          internal method
 void setExternalName(java.lang.String externalName)
           Sets the attribute name on the 3rd party identity server
 

Method Detail

getSourceName

java.lang.String getSourceName()
internal method


getExternalName

java.lang.String getExternalName()
Returns:
A String representing the attribute name on the 3rd identity server

setExternalName

void setExternalName(java.lang.String externalName)
                     throws SDKException

Sets the attribute name on the 3rd party identity server

Parameters:
externalName - A String representing the name on the 3rd party identity server
Throws:
SDKException.InvalidArg - if the name is null or empty string
SDKException