Changes
Created page with "==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 ..."
==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.
==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.
==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.
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.
==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.
==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.
