Jump to: navigation, search

Difference between revisions of "LOGIN"


 
Line 1: Line 1:
 
{{MetaClassInfoBox
 
{{MetaClassInfoBox
| title = title
+
| title = Login
 
| name = {{PAGENAME}}
 
| name = {{PAGENAME}}
 
| internalname = SystemObjects.{{PAGENAME}}
 
| internalname = SystemObjects.{{PAGENAME}}
| namespace = System.namespace
+
| namespace = System.Main.User
 
| image = [[File:SY_{{PAGENAME}}.png|220px]]
 
| image = [[File:SY_{{PAGENAME}}.png|220px]]
| imagecaption = imagecaption
+
| imagecaption = Login
| purpose = purpose
+
| purpose = Manage logins
 
| version = 2+
 
| version = 2+
 
| typestring = UBIK.Kernel.MetaClass
 
| typestring = UBIK.Kernel.MetaClass
| runtimetype = UBIK.Content.ACM.ApplicationContext
+
| runtimetype = UBIK.Kernel.Login
 
}}
 
}}
 
== Own Properties ==
 
== Own Properties ==

Latest revision as of 11:35, 23 March 2015

IC METACLASS.gif Login
Name LOGIN
Namespace System.Main.User
Internal Name SystemObjects.LOGIN
TypeString UBIK.Kernel.MetaClass
RuntimeType UBIK.Kernel.Login
Purpose Manage logins
Version 2+

Own Properties

Name Data type Comment
Adminitrator rights (ADMINRIGHTS) Boolean True for admin users
Consumer (CONSUMER) Guid Link to consumer object
Login name (LOGINNAME) Text Login name
Password (PASSWORD) Encrypted Text Password
Password hashvalue (PASSWORDHASH) Integer Hashcode of password

See also