Jump to: navigation, search

Difference between revisions of "LOGIN"


(Created page with "{{MetaClassInfoBox | title = title | name = {{PAGENAME}} | internalname = SystemObjects.{{PAGENAME}} | namespace = System.namespace | image = [[File:SY_{{PAGENAME}}.png|220px]...")
 
Line 16: Line 16:
 
! width=30% | Name !! width=20% | Data type !! Comment
 
! width=30% | Name !! width=20% | Data type !! Comment
 
|-
 
|-
| '''Adminitrator rights''' (ADMINRIGHTS) || {{Boolean}} || comment
+
| '''Adminitrator rights''' (ADMINRIGHTS) || {{Boolean}} || True for admin users
 
|-
 
|-
| '''Consumer''' (CONSUMER) || {{Guid}} || comment
+
| '''Consumer''' (CONSUMER) || {{Guid}} || Link to [[CONSUMER|consumer]] object
 
|-
 
|-
| '''Login name''' (LOGINNAME) || {{Text}} || comment
+
| '''Login name''' (LOGINNAME) || {{Text}} || Login name
 
|-
 
|-
| '''Password''' (PASSWORD) || {{Encrypted Text}} || comment
+
| '''Password''' (PASSWORD) || {{Encrypted Text}} || Password
 
|-
 
|-
| '''Password hashvalue''' (PASSWORDHASH) || {{Integer}} || comment
+
| '''Password hashvalue''' (PASSWORDHASH) || {{Integer}} || Hashcode of password
 
|}
 
|}
  
 
==See also==
 
==See also==
*  
+
* [[CONSUMER]]
  
 
[[Category:Metaclasses]]
 
[[Category:Metaclasses]]

Revision as of 11:34, 23 March 2015

IC METACLASS.gif title
Name LOGIN
Namespace System.namespace
Internal Name SystemObjects.LOGIN
TypeString UBIK.Kernel.MetaClass
RuntimeType UBIK.Content.ACM.ApplicationContext
Purpose purpose
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