public class Login extends UC4Object implements Iterable<LoginDefinition>
| Constructor and Description |
|---|
Login() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLoginDefinition(LoginDefinition definition)
Adds a login definition.
|
Header |
header()
Returns the header data of this object.
|
boolean |
isExecutable()
Returns
true if this Object can be executed. |
Iterator<LoginDefinition> |
iterator()
Returns an iterator over
LoginDefinition. |
boolean |
removeLoginDefinition(LoginDefinition definition)
Removes the specified login definition from this Login object.
|
int |
size()
Returns the number of entries in this Login object.
|
docu, getAccess, getIdnr, getModCount, getName, getType, isOldVersion, load, store, validateequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Header header()
public Iterator<LoginDefinition> iterator()
LoginDefinition.iterator in interface Iterable<LoginDefinition>public void addLoginDefinition(LoginDefinition definition)
definition - Login definitionpublic boolean removeLoginDefinition(LoginDefinition definition)
definition - Login definitionpublic int size()
public boolean isExecutable()
UC4Objecttrue if this Object can be executed.isExecutable in class UC4ObjectCopyright © 2021. All rights reserved.