|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
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. |
Uses of User in org.objectweb.joram.client.jms |
---|
Methods in org.objectweb.joram.client.jms with parameters of type User | |
---|---|
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. |
Uses of User in org.objectweb.joram.client.jms.admin |
---|
Methods in org.objectweb.joram.client.jms.admin that return User | |
---|---|
static User |
User.create(java.lang.String name,
java.lang.String password)
Admin method creating a user on the local server and instantiating the corresponding User object. |
static User |
User.create(java.lang.String name,
java.lang.String password,
int serverId)
Admin method creating a user for a given server and instantiating the corresponding User object. |
static User |
User.create(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClassName)
Admin method creating a user for a given server and instantiating the corresponding User object. |
static User |
User.create(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClassName,
java.util.Properties prop)
Admin method creating a user for a given server and instantiating the corresponding User object. |
User |
AdminWrapper.createUser(java.lang.String name,
java.lang.String password)
Creates or retrieves a user on the underlying JORAM server. |
User |
AdminWrapper.createUser(java.lang.String name,
java.lang.String password,
int serverId)
Creates or retrieves a user on the underlying JORAM server. |
User |
AdminWrapper.createUser(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClassName)
Admin method creating a user for a given server and instantiating the corresponding User object. |
static User |
AdminModule.createUser(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClassName)
Admin method creating a user for a given server and instantiating the corresponding User object. |
User |
AdminWrapper.createUser(java.lang.String name,
java.lang.String password,
int serverId,
java.lang.String identityClassName,
java.util.Properties prop)
Admin method creating a user for a given server and instantiating the corresponding User object. |
User |
AdminWrapper.createUser(java.lang.String name,
java.lang.String password,
java.lang.String identityClass)
Creates or retrieves a user on the underlying JORAM 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[] |
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. |
Methods in org.objectweb.joram.client.jms.admin with parameters of type User | |
---|---|
void |
ClusterDestination.setReader(User user)
|
void |
ClusterDestination.setWriter(User user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |