Jump to: navigation, search

Difference between revisions of "Login"


Line 5: Line 5:
 
A Login can be marked as Admin - Login.
 
A Login can be marked as Admin - Login.
  
==Consumer==
+
==Name==
The Login knows its [[Consumer]] - but there is no need to have one. The Consumer objet groups a set of Login objects.
+
The Name from the Login object.
A human being is a possible Consumer.
+
  
 +
==Domain Name==
 +
{{Version/ServerSince|2.5.0}}<br/>
 +
The domain name is used to group logins. The Name of logins must be unique within one domain.
 +
 +
==Login Name==
 +
Unique Name - Identifier of the login object.<br/>
 +
The login object consists per default of:<br/>
 +
Domain Name + "\" + Name
  
 
==Password==
 
==Password==
 
It is possible to set a password for a Login. Whenever a connection to UBIK is established, the connectioninformation (Login-Name and Password) is validated according the settings of the Login object. If no password is defined, every password for the given Login is valid.
 
It is possible to set a password for a Login. Whenever a connection to UBIK is established, the connectioninformation (Login-Name and Password) is validated according the settings of the Login object. If no password is defined, every password for the given Login is valid.
  
[[Category:UBIK]]
+
 
 +
==Consumer==
 +
The Login knows its [[Consumer]] - but there is no need to have one. The Consumer objet groups a set of Login objects.
 +
A human being is a possible Consumer.
 +
 
 +
[[Category:UBIK|Login]]

Revision as of 11:18, 1 July 2015

Basics

The Login Object holds the necessary information for managing logins to UBIK. A login represents a possible connection from a user in a certain use case. One User (Person) can have severall logins. The Login Name must be unique. It is possible to define a password for every single Login. A Login can be marked as Admin - Login.

Name

The Name from the Login object.

Domain Name


The domain name is used to group logins. The Name of logins must be unique within one domain.

Login Name

Unique Name - Identifier of the login object.
The login object consists per default of:
Domain Name + "\" + Name

Password

It is possible to set a password for a Login. Whenever a connection to UBIK is established, the connectioninformation (Login-Name and Password) is validated according the settings of the Login object. If no password is defined, every password for the given Login is valid.


Consumer

The Login knows its Consumer - but there is no need to have one. The Consumer objet groups a set of Login objects. A human being is a possible Consumer.