Uses of Interface
org.astrogrid.samp.web.ClientAuthorizer
Packages that use ClientAuthorizer
-
Uses of ClientAuthorizer in org.astrogrid.samp.web
Classes in org.astrogrid.samp.web that implement ClientAuthorizerModifier and TypeClassDescriptionclassClient authorizer implementation that does its very best to discourage users from accepting regitrations.classClientAuthorizer implementation that queries the user for permission via a popup dialogue.Fields in org.astrogrid.samp.web declared as ClientAuthorizerModifier and TypeFieldDescriptionstatic final ClientAuthorizerClientAuthorizers.FALSEAuthorizer which always denies access, with INFO logging either way.static final ClientAuthorizerClientAuthorizers.TRUEAuthorizer which always permits access, with WARNING logging either way.Methods in org.astrogrid.samp.web that return ClientAuthorizerModifier and TypeMethodDescriptionstatic ClientAuthorizerClientAuthorizers.createFixedClientAuthorizer(boolean policy) Returns a new authorizer instance which always produces the same authorization status.static ClientAuthorizerClientAuthorizers.createLoggingClientAuthorizer(ClientAuthorizer auth, Level acceptLevel, Level refuseLevel) Returns a new authorizer instance based on an existing one which logs authorization results through the logging system.Methods in org.astrogrid.samp.web with parameters of type ClientAuthorizerModifier and TypeMethodDescriptionstatic ClientAuthorizerClientAuthorizers.createLoggingClientAuthorizer(ClientAuthorizer auth, Level acceptLevel, Level refuseLevel) Returns a new authorizer instance based on an existing one which logs authorization results through the logging system.Constructors in org.astrogrid.samp.web with parameters of type ClientAuthorizerModifierConstructorDescriptionWebHubProfile(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.