Modifier and Type | Interface and Description |
---|---|
interface |
ISecureContainer
Tagging interface to identify secured containers.
|
interface |
ISecurePage
Tagging interface, could be used by an
IAuthorizationStrategy to check if this class
should be checked for instantiation. |
Modifier and Type | Class and Description |
---|---|
class |
SecurePage
Basic implementation of a SecurePage.
|
class |
SecureWebPage
Basic implementation of a SecureWebPage.
|
Modifier and Type | Class and Description |
---|---|
class |
SecureForm<T>
A secure Form.
|
class |
SecureTextField<T>
Textfield which automatically switches between read and write mode based on the user rights.
|
Modifier and Type | Class and Description |
---|---|
class |
SecureAjaxLink<T>
AjaxLink with visibility / clickability based on user rights.
|
class |
SecureBookmarkablePageLink<T>
BookmarkablePagelink with visibility / clickability based on user rights.
|
class |
SecureContainerLink<T>
A secure link to handle panel replacements or any other type of
MarkupContainer s. |
class |
SecurePageLink<T>
Pagelink with visibility / clickability based on user rights.
|
Modifier and Type | Class and Description |
---|---|
class |
SecurePanel
A standard secure panel.
|
Constructor and Description |
---|
ClassAuthorizationStrategy(Class<? extends ISecureComponent> secureClass)
Creates a strategy that checks all implementations of the supplied class.
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends ISecureComponent> |
SwarmStrategyFactory.getSecureClass()
All instance of this class will be required to have
ComponentPermission with at least
the access action. |
Constructor and Description |
---|
AbstractSwarmStrategy(Class<? extends ISecureComponent> secureClass) |
SwarmStrategy(Class<? extends ISecureComponent> secureClass,
Object hiveQueen)
Constructs a new strategy linked to the specified hive.
|
SwarmStrategyFactory(Class<? extends ISecureComponent> secureClass,
Object hiveQueen)
Constructs a new factory.
|
Copyright © 2015. All rights reserved.