Uses of Interface
com.netscape.certsrv.authentication.ISharedToken
-
Packages that use ISharedToken Package Description com.netscape.certsrv.apps com.netscape.cms.authentication -
-
Uses of ISharedToken in com.netscape.certsrv.apps
Methods in com.netscape.certsrv.apps that return ISharedToken Modifier and Type Method Description static ISharedTokenCMS. getSharedTokenClass(java.lang.String configName)Retrieves the SharedToken class.ISharedTokenICMSEngine. getSharedTokenClass(java.lang.String configName)Retrieves the named SharedToken class -
Uses of ISharedToken in com.netscape.cms.authentication
Classes in com.netscape.cms.authentication that implement ISharedToken Modifier and Type Class Description classSharedSecretSharedSecret provides methods to retrieve shared secrets between users and the server.
-