| |
|
| org.jboss.test.jca.securedejb.CallerIdentity
CallerIdentity | public interface CallerIdentity extends EJBObject(Code) | | author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
useCallerForAuth | public void useCallerForAuth() throws RemoteException(Code) | | Access a DataSource that uses the method caller as the identity for
creating a connection.
The caller must have the UseCallerForAuth and CallerIdentityUser roles.
throws: RemoteException - |
useConfiguredForAuth | public void useConfiguredForAuth() throws RemoteException(Code) | | Access a DataSource that uses the method caller as the identity for
creating a connection.
The caller must have the UseConfiguredForAuth and CallerIdentityUser roles.
throws: RemoteException - |
|
|
|