Package | Description |
---|---|
org.objectweb.joram.client.jms |
The
org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. |
org.objectweb.joram.client.jms.admin |
The
org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. |
org.objectweb.joram.client.osgi | |
org.objectweb.joram.tools.rest.admin | |
org.ow2.joram.spring |
Modifier and Type | Method and Description |
---|---|
void |
Destination.setReader(User user)
Administration method setting a given user as a reader on this destination.
|
void |
Destination.setWriter(User user)
Administration method setting a given user as a writer on this destination.
|
void |
Destination.unsetReader(User user)
Administration method unsetting a given user as a reader on this destination.
|
void |
Destination.unsetWriter(User user)
Administration method unsetting a given user as a writer on this destination.
|
Modifier and Type | Field and Description |
---|---|
(package private) Hashtable<String,User> |
JoramSaxWrapper.users
Contains all users defined in the current script
|
Modifier and Type | Method and Description |
---|---|
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 |
JoramAdmin.createUser(String name,
String password)
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminWrapper.createUser(String name,
String password)
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminItf.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 |
AdminWrapper.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)
Creates or retrieves a user on the underlying JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password,
int serverId,
String identityClass)
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. |
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 |
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 |
JoramAdmin.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties prop) |
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 |
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 |
JoramAdmin.createUser(String name,
String password,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminWrapper.createUser(String name,
String password,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminItf.createUser(String name,
String password,
String identityClass)
Creates or retrieves a user on the underlying JORAM server.
|
User[] |
JoramAdmin.getUsers()
This method creates and registers MBeans for all the users on
the local server.
|
User[] |
AdminWrapper.getUsers()
Returns the list of all users that exist on the local server.
|
static User[] |
AdminModule.getUsers()
Returns the list of all users that exist on the local server, or null if none exist.
|
User[] |
AdminItf.getUsers()
Returns the list of all users that exist on the local server.
|
User[] |
JoramAdmin.getUsers(int serverId)
This method creates and registers MBeans for all the users of
the selected server.
|
User[] |
AdminWrapper.getUsers(int serverId)
Returns the list of all users that exist on a given server.
|
static User[] |
AdminModule.getUsers(int serverId)
Returns the list of all users that exist on a given server, or null if none exist.
|
User[] |
AdminItf.getUsers(int serverId)
Returns the list of all users that exist on a given server.
|
private User |
JoramAdmin.wrapUser(User user) |
private User[] |
JoramAdmin.wrapUsers(User[] users) |
Modifier and Type | Method and Description |
---|---|
static String |
User.getJMXBeanName(String base,
User user) |
void |
ClusterDestination.setReader(User user) |
void |
ClusterDestination.setWriter(User user) |
private User |
JoramAdmin.wrapUser(User user) |
private User[] |
JoramAdmin.wrapUsers(User[] users) |
Modifier and Type | Field and Description |
---|---|
private HashMap<String,User> |
UserMSF.users |
private HashMap<String,User> |
ServiceUser.users |
Modifier and Type | Method and Description |
---|---|
private User |
ServiceDestination.getUser(AdminItf wrapper,
String user,
int serverId) |
private User |
DestinationMSF.getUser(AdminItf wrapper,
String user,
int serverId) |
Modifier and Type | Method and Description |
---|---|
private void |
UserMSF.setUserDMQ(AdminItf wrapper,
User user,
String dmq,
int dmqSid) |
private void |
ServiceUser.setUserDMQ(AdminItf wrapper,
User user,
String dmq,
int dmqSid) |
Modifier and Type | Method and Description |
---|---|
User |
AdminHelper.createUser(String name,
String password) |
User |
AdminHelper.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties props) |
Modifier and Type | Field and Description |
---|---|
private User |
JoramUser.user |
Modifier and Type | Method and Description |
---|---|
void |
JoramUser.setUser(User user) |
Copyright © 2021 ScalAgent D.T.. All rights reserved.