Jump to: navigation, search

Login


Revision as of 11:18, 1 July 2015 by MHM (Talk | contribs)

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.