Interface ADLoginAble
- All Superinterfaces:
ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELNamedElement,ELNamespaceAsgnAble,ELObject,ELUUIDAble
- All Known Subinterfaces:
ADMdlAdmin,ADMdlGeneratorSvg,ADMdlGuest,ADMdlUser,ADRepAdmin
Elements which can create a login.
- Note:
- The interface ADLoginAble describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the only not terminated change set of thisADLoginAble.All change set fragments of this user.The section used by thisADLoginAble.getLoginByDisplay(String pattern, K_CONTROL_OPTION... behaviourFlags) Returns theADLoginof the current object depending on the display given by the argument pattern.getOwnedLogin(K_CONTROL_OPTION... behaviourFlags) The logins owned by the current object.TheADUserNotificationowned by thisADLoginAble.All host options for the current object.All options for the current object.voidmodifyPassword(String oldPass, String newPass) Modifies the current object's password.Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKindMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibilityMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Method Details
-
getLoginByDisplay
ADLogin getLoginByDisplay(String pattern, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException Returns theADLoginof the current object depending on the display given by the argument pattern.- Parameters:
pattern- A string pattern.behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getActiveChangeSet
Returns the only not terminated change set of thisADLoginAble.- Throws:
InoNetExceptionSrvErrorException
-
modifyPassword
Modifies the current object's password.- Parameters:
oldPass- current passwordnewPass- new password- Throws:
InoNetExceptionSrvErrorException
-
getUserOption
All options for the current object.- Throws:
InoNetExceptionSrvErrorException
-
getUserHostOption
All host options for the current object.- Throws:
InoNetExceptionSrvErrorException
-
getOwnedLogin
List<ADLogin> getOwnedLogin(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException The logins owned by the current object.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getFragment
All change set fragments of this user.- Throws:
InoNetExceptionSrvErrorException
-
getLoginAbleSection
The section used by thisADLoginAble.- Throws:
InoNetExceptionSrvErrorException
-
getOwnedUserNotification
TheADUserNotificationowned by thisADLoginAble.- Throws:
InoNetExceptionSrvErrorException
-