public class SANCertificateIdentityMapping extends Object implements CertificateIdentityMapping
Constructor and Description |
---|
SANCertificateIdentityMapping() |
Modifier and Type | Method and Description |
---|---|
List<String> |
mapIdentity(X509Certificate certificate)
Returns the JID representation of an XMPP entity contained as a SubjectAltName extension
in the certificate.
|
String |
name()
Returns the short name of mapping
|
public List<String> mapIdentity(X509Certificate certificate)
mapIdentity
in interface CertificateIdentityMapping
certificate
- the certificate presented by the remote entity.public String name()
name
in interface CertificateIdentityMapping
Copyright © 2003-2008 Jive Software.