public class Login extends UC4Object implements java.lang.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. |
java.util.Iterator<LoginDefinition> |
iterator()
Returns an iterator over
LoginDefinition. |
protected void |
loadContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes info) |
boolean |
removeLoginDefinition(LoginDefinition definition)
Removes the specified login definition from this Login object.
|
int |
size()
Returns the number of entries in this Login object.
|
protected void |
storeContent(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement,
ConnectionAttributes sessionInfo)
Stores the object specific data under the
objectElement element. |
docu, getAccess, getIdnr, getModCount, getName, getType, isOldVersion, load, store, validateprotected void loadContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes info)
public Header header()
public java.util.Iterator<LoginDefinition> iterator()
LoginDefinition.iterator in interface java.lang.Iterable<LoginDefinition>public void addLoginDefinition(LoginDefinition definition)
definition - Login definitionpublic boolean removeLoginDefinition(LoginDefinition definition)
definition - Login definitionpublic int size()
protected void storeContent(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement,
ConnectionAttributes sessionInfo)
UC4ObjectobjectElement element.doc - XML Document, used to create subelementsobjectElement - the newly created elements are children of the objectElement elementsessionInfo - Information about the current sessionpublic boolean isExecutable()
UC4Objecttrue if this Object can be executed.isExecutable in class UC4Object