Uses of Interface
com.netscape.certsrv.notification.IEmailResolverKeys
-
Packages that use IEmailResolverKeys Package Description com.netscape.certsrv.notification com.netscape.cmscore.notification -
-
Uses of IEmailResolverKeys in com.netscape.certsrv.notification
Methods in com.netscape.certsrv.notification with parameters of type IEmailResolverKeys Modifier and Type Method Description java.lang.String
IEmailResolver. getEmail(IEmailResolverKeys keys)
returns an email address by using the resolver keys. -
Uses of IEmailResolverKeys in com.netscape.cmscore.notification
Classes in com.netscape.cmscore.notification that implement IEmailResolverKeys Modifier and Type Class Description class
EmailResolverKeys
Email resolver keys as input to email resolversMethods in com.netscape.cmscore.notification with parameters of type IEmailResolverKeys Modifier and Type Method Description java.lang.String
ReqCertEmailResolver. getEmail(IEmailResolverKeys keys)
returns an email address by using the resolver keys.
-