Interface CertificateToNameMapper
-
- All Known Implementing Classes:
CertKeyToUserNameMapper
public interface CertificateToNameMapper
Map a certificate to a user name for the jaas login
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUserName(Certificate cert)
-
-
-
Method Detail
-
getUserName
String getUserName(Certificate cert)
-
-