Smartswitch
|
module UserGeneration { ... }
Structs | |
struct | UserInfo |
The information which is returned after generation of a User. More... | |
Exceptions | |
exception | DuplicateNameException |
This exception is thrown when there is no more attempts left to generate an unique alphanumeric User name. More... | |
exception | IntegerOverflowException |
This exception is thrown on integer overflow on unique consecutive alphanumeric User name generation. More... | |
exception | WeakPasswordException |
This exception is thrown when there is no more attempts left to generate a strong password for a User. More... | |
Sequences | |
sequence< UserInfo > | UserInfoSequence |
sequence<UserInfo> UserInfoSequence |