Uses of Class
org.astrogrid.samp.hub.KeyGenerator
Packages that use KeyGenerator
-
Uses of KeyGenerator in org.astrogrid.samp.web
Methods in org.astrogrid.samp.web that return KeyGeneratorModifier and TypeMethodDescriptionstatic KeyGenerator
WebHubProfile.createKeyGenerator()
Convenience method to return a new key generator suitable for use with a WebHubProfile.Constructors in org.astrogrid.samp.web with parameters of type KeyGeneratorModifierConstructorDescriptionWebHubProfile
(WebHubProfile.ServerFactory serverFactory, ClientAuthorizer auth, MessageRestriction mrestrict, KeyGenerator keyGen, boolean controlUrls) Constructs a profile with configuration options.WebHubXmlRpcHandler
(ClientProfile profile, ClientAuthorizer auth, KeyGenerator keyGen, URL baseUrl, UrlTracker urlTracker) Constructor.