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