Change specified context!
This method currently modifies following data:
Login mappings - You can then login via usernam@loginmapping instead of username@contextID
Context name in configdb - This is for better organization of contexts in your whole system.
Change module access rights for ALL users in the specified context.
IF you want to change data of a context like quota etc.
use Method change(final Context ctx, final Credentials auth)
This method modifies ONLY the access rights of the context!
Change module access rights by "access combination name" for ALL users in the specified context.
IF you want to change data of a context like quota etc.
use Method change(Context ctx, Credentials auth)
This method modifies ONLY the access rights of the context!
This class defines the Open-Xchange API Version 2 for creating and manipulating OX Contexts.
To create a new context, you must first register a database,server and filestore to the system!
For details about registering a filestore,server or databases have a look in the OXUtilInterface.