Package | Description |
---|---|
com.neurosys.configs | |
com.neurosys.domain | |
com.neurosys.site.model | |
com.neurosys.site.wicket.components.session |
Modifier and Type | Method and Description |
---|---|
protected void |
ConfigurationSourceWithAuthorizableConfigs.filter(User user,
Authorizable authorizable)
Deprecated.
Authorization filter for
User By default there is no additional Authorization check; however one is encouraged to override this and check the User in the request for any additional authorizations. |
T |
ConfigurationService.get(String namespace,
K key,
Collection<Authorization> authorizations)
Will throw an exception if it did not find any matching result for the Config
Note: param matching is case insensitive |
String |
DefaultConfigurationService.get(String namespace,
String key,
Collection<Authorization> authorizations)
If an
DefaultConfigurationService.authorizationService is defined it will use it, else will delegate to DefaultConfigurationService.get(String, String) and log a warning. |
C |
DefaultConfigurationService.put(C config,
Collection<Authorization> authorizations) |
C |
ConfigurationService.put(C config,
Collection<Authorization> authorizations) |
Modifier and Type | Method and Description |
---|---|
Shell<E> |
UserShell.get(Class e)
input type matches env or shell type [if environment type is not available], or is super of first sub-type that matches
Fetch a particular inner Shell based on environment type it uses |
Shell<E> |
Shell.get(Class c)
Fetch a particular inner Shell based on environment type it uses
|
Shell<E> |
UserShell.parent()
Access to a parent (wrapped shell), unless there is no parent (null)
|
Shell<E> |
Shell.parent()
Access to a parent (wrapped shell), unless there is no parent (null)
|
Modifier and Type | Method and Description |
---|---|
S |
IBasicSession.getShell()
Some sessions may want to discourage access to the shell itself
As a best practice avoid working with the shell directly, and create methods that internally call the shell from your session. |
Modifier and Type | Method and Description |
---|---|
S |
BasicSession.getShell()
Some sessions may want to discourage access to the shell itself
As a best practice avoid working with the shell directly, and create methods that internally call the shell from your session. |
Copyright © 2018. All rights reserved.