SilverStream eXtend
Director 4.0

com.sssw.fw.usermgr.api
Interface EbiBindingInfo

All Superinterfaces:
Cloneable, EbiElement, EbiFrameworkElement, Serializable

public interface EbiBindingInfo
extends EbiFrameworkElement

This provides an interface for getting/setting user to GroupProfile info from PROFILEGROUPBINDINGS table.


Field Summary
static String EL_GROUPPROF_BINDING
          Deprecated.  
 
Method Summary
 String getGroupProfileName()
          Deprecated.  
 String getSourceID()
          Deprecated.  
 String getSourceRealmName()
          Deprecated.  
 String getSourceType()
          Deprecated.  
 void setGroupProfileName(String groupProfileName)
          Deprecated.  
 void setSourceID(String sourceID)
          Deprecated.  
 void setSourceRealmName(String sourceRealmName)
          Deprecated.  
 void setSourceType(String sourceType)
          Deprecated.  
 
Methods implemented from interface com.sssw.fw.api.EbiFrameworkElement
getElementUUID, getLastModified, getLastModifiedBy, isEqualTo, isReadOnly, resetReadOnly, setLastModified, setLastModifiedBy, setReadOnly
 
Methods implemented from interface com.sssw.fw.api.EbiElement
getType
 

Field Detail

EL_GROUPPROF_BINDING

public static final String EL_GROUPPROF_BINDING
Deprecated.  

ProfileGroup Binding element type
Method Detail

getGroupProfileName

public String getGroupProfileName()
Deprecated.  

Gets the group profile name.
Returns:
The group profile name.

setGroupProfileName

public void setGroupProfileName(String groupProfileName)
Deprecated.  

Sets a group profile name
Parameters:
groupIID - A group profile name.

getSourceType

public String getSourceType()
Deprecated.  

Gets a source type.
Returns:
A source type.

setSourceType

public void setSourceType(String sourceType)
Deprecated.  

Sets a source type.
Parameters:
sourceType - A source type.

getSourceID

public String getSourceID()
Deprecated.  

Gets the source identifier.
Returns:
The source ID.

setSourceID

public void setSourceID(String sourceID)
Deprecated.  

Sets a source identifier.
Parameters:
sourceID - A source ID.

getSourceRealmName

public String getSourceRealmName()
Deprecated.  

Gets the source realm name.
Returns:
The source realm name.

setSourceRealmName

public void setSourceRealmName(String sourceRealmName)
Deprecated.  

Sets a source realmName.
Parameters:
sourceRealmName - A source realm name.

SilverStream eXtend
Director 4.0