Exemplo n.º 1
0
 public OracleUser(LoginContext context) throws LoginException {
   this.context = context;
   context.logout();
   context.login();
   this.subject = context.getSubject();
 }