Uses of Class
org.astrogrid.samp.hub.KeyGenerator
-
Packages that use KeyGenerator Package Description org.astrogrid.samp.hub Classes required only for running a SAMP hub.org.astrogrid.samp.web Classes relating to the SAMP Web Profile.org.astrogrid.samp.xmlrpc Classes relating to Standard Profile and XML-RPC pluggable implementation layer. -
-
Uses of KeyGenerator in org.astrogrid.samp.hub
Fields in org.astrogrid.samp.hub declared as KeyGenerator Modifier and Type Field Description private KeyGenerator
BasicHubService. keyGen_
-
Uses of KeyGenerator in org.astrogrid.samp.web
Fields in org.astrogrid.samp.web declared as KeyGenerator Modifier and Type Field Description private KeyGenerator
WebHubProfile. keyGen_
private KeyGenerator
WebHubXmlRpcHandler.WebHubActorImpl. keyGen_
Methods in org.astrogrid.samp.web that return KeyGenerator Modifier and Type Method Description static 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 KeyGenerator Constructor Description WebHubActorImpl(ClientProfile profile, ClientAuthorizer auth, KeyGenerator keyGen, java.net.URL baseUrl, UrlTracker urlTracker)
Constructor.WebHubProfile(WebHubProfile.ServerFactory serverFactory, ClientAuthorizer auth, MessageRestriction mrestrict, KeyGenerator keyGen, boolean controlUrls)
Constructs a profile with configuration options.WebHubXmlRpcHandler(ClientProfile profile, ClientAuthorizer auth, KeyGenerator keyGen, java.net.URL baseUrl, UrlTracker urlTracker)
Constructor. -
Uses of KeyGenerator in org.astrogrid.samp.xmlrpc
Fields in org.astrogrid.samp.xmlrpc declared as KeyGenerator Modifier and Type Field Description private KeyGenerator
HubXmlRpcHandler.HubActorImpl. keyGen_
Constructors in org.astrogrid.samp.xmlrpc with parameters of type KeyGenerator Constructor Description HubActorImpl(SampXmlRpcClientFactory xClientFactory, ClientProfile profile, java.lang.String secret, KeyGenerator keyGen)
Constructor.HubXmlRpcHandler(SampXmlRpcClientFactory xClientFactory, ClientProfile profile, java.lang.String secret, KeyGenerator keyGen)
Constructor.
-