Ejemplo n.º 1
0
 public String getAuthenticatorId() {
   if (authnManager == null) {
     return "<null>";
   }
   return authnManager.getId();
 }