Exemplo n.º 1
0
 public void unpersist() throws IOException {
   repo.remove(id());
 }
Exemplo n.º 2
0
 void unpersist(AuthenticationInfo subject) throws IOException {
   repo.remove(getId(), subject);
 }