Ejemplo n.º 1
0
 public Result request(WonderlandIdentity identity, Action action) {
   return wrapped.request(id, action);
 }
Ejemplo n.º 2
0
 public boolean request(WonderlandIdentity identity, Action action, ComponentRegistry registry) {
   return wrapped.request(id, action, registry);
 }
Ejemplo n.º 3
0
 public String getId() {
   return IdentityResourceWrapper.class.getSimpleName() + "-" + wrapped.getId();
 }