Package com.microstrategy.web.objects
Interface WebDBLogin
-
- All Superinterfaces:
KeyedObject
,WebDisplayUnit
,WebFeatures
,WebObjectInfo
,WebPromptSite
public interface WebDBLogin extends WebObjectInfo
The WebDBLogin interface represents an instance of a first-class DBLogin object.This interface exposes methods which allow access to modification of the login and password of a DBLogin object- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getLogin()
java.lang.String
getPassword()
Deprecated.For security reasons the password cannot be read anymore.java.lang.String
getWallet()
void
setExtr(java.lang.String extr)
Set the extrvoid
setIsWallet(java.lang.String iw)
Set iwvoid
setLogin(java.lang.String l)
Set the login stringvoid
setPassword(java.lang.String p)
-
Methods inherited from interface com.microstrategy.utils.KeyedObject
_getObKey
-
Methods inherited from interface com.microstrategy.web.objects.WebDisplayUnit
addDetails, applyVisitor, canHighlight, getChildUnits, getDisplayName, getDisplayUnitType, hasDetails, highlightUnit, highlightUnit, isHighlighted, isObjectInfo, isSelected, setDisplayName, setSelected
-
Methods inherited from interface com.microstrategy.web.objects.WebFeatures
isFeatureAvailable, isFeatureAvailable
-
Methods inherited from interface com.microstrategy.web.objects.WebObjectInfo
buildShortObjectAttributes, buildShortXML, getAbbreviation, getAccessGranted, getAncestors, getCardStatus, getCertifiedInfo, getComments, getContainerDid, getContainerType, getCreationTime, getCreationTimeStamp, getDataSources, getDescription, getExtendedType, getFactory, getFlags, getIconPath, getID, getModificationTime, getModificationTimeStamp, getName, getNonSchedulable, getOtherNameTransCount, getOwner, getParent, getPreSaveAsFlags, getProjectId, getProjectName, getPropertyFlags, getPropertySetFilter, getPropertySets, getRecommendationInfo, getSecurity, getState, getSubType, getType, getVersionID, getViewMediaSettings, getVisualizationViewMode, getXML, getXML, hasOwner, isAncestorNamedFolder, isDirty, isEmbedded, isHidden, isNew, isPopulated, populate, populate, setAbbreviation, setComments, setDataSources, setDescription, setExtendedType, setFlags, setHidden, setIconPath, setName, setNonSchedulable, setPreSaveAsFlags, setPropertyFlags
-
Methods inherited from interface com.microstrategy.web.objects.WebPromptSite
getPromptInstances
-
-
-
-
Method Detail
-
getLogin
java.lang.String getLogin()
- Returns:
- String containing login identity
-
getPassword
java.lang.String getPassword()
Deprecated.For security reasons the password cannot be read anymore.- Returns:
- String containing plaintext password
-
getWallet
java.lang.String getWallet()
- Returns:
- String containing wallet info
-
setIsWallet
void setIsWallet(java.lang.String iw)
Set iw- Parameters:
iw
-
-
setLogin
void setLogin(java.lang.String l)
Set the login string- Parameters:
l
- String containing new login identity
-
setExtr
void setExtr(java.lang.String extr)
Set the extr- Parameters:
extr
- String containing new extr info
-
setPassword
void setPassword(java.lang.String p)
-
-