Interface | Description |
---|---|
ISecurityCheck |
A securitycheck knows how to authorize or authenticate a user.
|
Class | Description |
---|---|
AbstractSecurityCheck |
Basic check providing some utility methods.
|
AlwaysGrantedSecurityCheck |
A securitycheck that always grants the permission to the user.
|
ClassSecurityCheck |
Default instantiation check for any type of class.
|
ComponentSecurityCheck |
Basic security check for components.
|
ContainerSecurityCheck |
Security check for when you replace panels on a page instead of using new pages.
|
InverseSecurityCheck |
SecurityCheck that says you are authorized when in fact you are not and vice versa.
|
LinkSecurityCheck |
A security check designed for
Link s. |
SecurityChecks |
Class for general security checks that combines security checks to work together.
|
WaspKey |
The default way of attaching an
ISecurityCheck to a component is through the metadata,
this is the key used to store it under. |
Copyright © 2015. All rights reserved.