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