| Package | Description | 
|---|---|
| org.astrogrid.samp.web | 
 Classes relating to the SAMP Web Profile. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExtremeSwingClientAuthorizer
Client authorizer implementation that does its very best to discourage
 users from accepting regitrations. 
 | 
class  | 
HubSwingClientAuthorizer
ClientAuthorizer implementation that queries the user for permission
 via a popup dialogue. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static ClientAuthorizer | 
ClientAuthorizers.FALSE
Authorizer which always denies access,
 with INFO logging either way. 
 | 
static ClientAuthorizer | 
ClientAuthorizers.TRUE
Authorizer which always permits access,
 with WARNING logging either way. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ClientAuthorizer | 
ClientAuthorizers.createFixedClientAuthorizer(boolean policy)
Returns a new authorizer instance which always produces the same
 authorization status. 
 | 
static ClientAuthorizer | 
ClientAuthorizers.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ClientAuthorizer | 
ClientAuthorizers.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. 
 | 
| Constructor and Description | 
|---|
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,
                   URL baseUrl,
                   UrlTracker urlTracker)
Constructor. 
 | 
Copyright © 2008–2024. All rights reserved.