Ejemplo n.º 1
0
 public String[] getClientAliases(String keyType, Principal[] issuers) {
   if (authType == null) {
     return null;
   }
   return keyManager.getClientAliases(authType, issuers);
 }