This class handles the registration of users to the system. More...
Public Member Functions | |
Registration (CopaSystemContext copaCtx) throws URISyntaxException, IOException | |
void | register (String username, GeneralUserPermission userPermission) throws NamingException, ObjectAlreadyExsistsException, IncorrectObjectException |
Register a client to the system. More... | |
This class handles the registration of users to the system.
void unicopa.copa.server.Registration.register | ( | String | username, |
GeneralUserPermission | userPermission | ||
) | throws NamingException, ObjectAlreadyExsistsException, IncorrectObjectException |
Register a client to the system.
username | the username of the user to register |
userPermission | the generel user permission for the user |