Interface | Description |
---|---|
AccessDecisionVoter |
Interface for implementing concrete voters.
|
AccessDecisionVoterContext |
Optional context which allows to get the current state as well as the results of the security check.
|
BeanCreationDecisionVoter |
This feature is optional and has to be activated via
CodiCoreConfig.isInvalidBeanCreationEventEnabled() |
SecurityViolation |
Provides the concrete reason for the restriction.
|
SecurityViolationHandler |
Allows to handle custom implementations of
SecurityViolation |
Class | Description |
---|---|
AbstractAccessDecisionVoter |
Base implementation which provides helper methods.
|
AbstractBeanCreationDecisionVoter |
This feature is optional and has to be activated via
CodiCoreConfig.isInvalidBeanCreationEventEnabled() |
AbstractDecisionVoter |
Base class for decision-voters
|
Enum | Description |
---|---|
AccessDecisionState |
State-enum for
AccessDecisionVoterContext |
Exception | Description |
---|---|
AccessDeniedException |
Exception occurs in case of a security-violation.
|
Annotation Type | Description |
---|---|
Secured |
Interceptor for securing beans.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.