Interface | Description |
---|---|
Level |
Representation of the security level in the application
|
LevelFactory |
Interface for the LevelFactories
|
SecurityLevelManager |
Resolves security level from given resolvers.
|
SecurityLevelResolver |
Interface for creating own security level resolvers.
|
Exception | Description |
---|---|
DifferentUserLoggedInExcpetion |
Thrown during the authentication process to indicate that an user trying to raise his level is
different from the currently logged one.
|
InsufficientSecurityLevelException |
Thrown when the action which is invoked needs higher security level.
|
SecurityLevelsMismatchException |
Thrown when comparing levels and they do not match.
|
Copyright © 2014. All rights reserved.