CopaServer
Change of Plan Application
 All Classes Functions Pages
Public Member Functions | List of all members
unicopa.copa.server.Registration Class Reference

This class handles the registration of users to the system. More...

Collaboration diagram for unicopa.copa.server.Registration:
Collaboration graph

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...
 

Detailed Description

This class handles the registration of users to the system.

Author
Felix Wiemuth, Philip Wendland

Member Function Documentation

void unicopa.copa.server.Registration.register ( String  username,
GeneralUserPermission  userPermission 
) throws NamingException, ObjectAlreadyExsistsException, IncorrectObjectException

Register a client to the system.

Parameters
usernamethe username of the user to register
userPermissionthe generel user permission for the user

The documentation for this class was generated from the following file: