static User |
User.create(String name,
String password) |
Admin method creating a user on the local server and instantiating the
corresponding User object.
|
static User |
User.create(String name,
String password,
int serverId) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
static User |
User.create(String name,
String password,
int serverId,
String identityClassName) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
static User |
User.create(String name,
String password,
int serverId,
String identityClassName,
Properties prop) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
User |
AdminItf.createUser(String name,
String password) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminItf.createUser(String name,
String password,
int serverId) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminItf.createUser(String name,
String password,
int serverId,
String identityClassName) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
User |
AdminItf.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties prop) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
User |
AdminItf.createUser(String name,
String password,
String identityClass) |
Creates or retrieves a user on the underlying JORAM server.
|
static User |
AdminModule.createUser(String name,
String password,
int serverId,
String identityClassName) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
User |
AdminWrapper.createUser(String name,
String password) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminWrapper.createUser(String name,
String password,
int serverId) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminWrapper.createUser(String name,
String password,
int serverId,
String identityClassName) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
User |
AdminWrapper.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties prop) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
User |
AdminWrapper.createUser(String name,
String password,
String identityClass) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password,
int serverId) |
Creates or retrieves a user on the given JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password,
int serverId,
String identityClass) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties prop) |
|
User |
JoramAdmin.createUser(String name,
String password,
String identityClass) |
Creates or retrieves a user on the underlying JORAM server.
|
User[] |
AdminItf.getUsers() |
Returns the list of all users that exist on the local server.
|
User[] |
AdminItf.getUsers(int serverId) |
Returns the list of all users that exist on a given server.
|
static User[] |
AdminModule.getUsers() |
Returns the list of all users that exist on the local server, or null if none exist.
|
static User[] |
AdminModule.getUsers(int serverId) |
Returns the list of all users that exist on a given server, or null if none exist.
|
User[] |
AdminWrapper.getUsers() |
Returns the list of all users that exist on the local server.
|
User[] |
AdminWrapper.getUsers(int serverId) |
Returns the list of all users that exist on a given server.
|
User[] |
JoramAdmin.getUsers() |
This method creates and registers MBeans for all the users on
the local server.
|
User[] |
JoramAdmin.getUsers(int serverId) |
This method creates and registers MBeans for all the users of
the selected server.
|
private User |
JoramAdmin.wrapUser(User user) |
|
private User[] |
JoramAdmin.wrapUsers(User[] users) |
|