Interface ADLoginAble
-
- All Superinterfaces:
ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELNamedElement
,ELNamespaceAsgnAble
,ELObject
,ELUUIDAble
- All Known Subinterfaces:
ADMdlAdmin
,ADMdlGuest
,ADMdlUser
,ADRepAdmin
public interface ADLoginAble extends ELContainerAble, ELNamespaceAsgnAble
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 Modifier and Type Interface Description static class
ADLoginAble.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ADChangeSet
getActiveChangeSet()
returns the only not terminated change set of thisADLoginAble
.java.util.List<ADChangeSetFragment>
getFragment()
All change set fragments of this user.MESection
getLoginAbleSection()
The section used by thisADLoginAble
.ADLogin
getLoginByDisplay(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
Returns theADLogin
of the current object depending on the display given by the argument pattern.java.util.List<ADLogin>
getOwnedLogin(K_CONTROL_OPTION... behaviourFlags)
The logins owned by the current object.java.util.List<ADUserHostOption>
getUserHostOption(K_CONTROL_OPTION... behaviourFlags)
All host options for the current object.java.util.List<ADUserOption>
getUserOption(K_CONTROL_OPTION... behaviourFlags)
All options for the current object.void
modifyPassword(java.lang.String oldPass, java.lang.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, sortContents
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKind
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getLoginByDisplay
ADLogin getLoginByDisplay(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
Returns theADLogin
of 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:
InoNetException
SrvErrorException
-
getActiveChangeSet
ADChangeSet getActiveChangeSet() throws InoNetException, SrvErrorException
returns the only not terminated change set of thisADLoginAble
.- Throws:
InoNetException
SrvErrorException
-
modifyPassword
void modifyPassword(java.lang.String oldPass, java.lang.String newPass) throws InoNetException, SrvErrorException
Modifies the current object's password.- Parameters:
oldPass
- current passwordnewPass
- new password- Throws:
InoNetException
SrvErrorException
-
getUserOption
java.util.List<ADUserOption> getUserOption(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All options for the current object.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getUserHostOption
java.util.List<ADUserHostOption> getUserHostOption(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All host options for the current object.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getOwnedLogin
java.util.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:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getFragment
java.util.List<ADChangeSetFragment> getFragment() throws InoNetException, SrvErrorException
All change set fragments of this user.- Throws:
InoNetException
SrvErrorException
-
getLoginAbleSection
MESection getLoginAbleSection() throws InoNetException, SrvErrorException
The section used by thisADLoginAble
.- Throws:
InoNetException
SrvErrorException
-
-