org.apache.deltaspike.security.api.authorization.annotation
Annotation Type Secured


@Target(value={TYPE,METHOD,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
@Documented
@SecurityBindingType
public @interface Secured

Interceptor for securing beans. It's also possible to use it as meta-annotation for type-safe view-configs.


Required Element Summary
 Class<? extends AccessDecisionVoter>[] value
          AccessDecisionVoters which will be invoked before accessing the intercepted instance or in case of view-configs before a view gets used.
 

Element Detail

value

public abstract Class<? extends AccessDecisionVoter>[] value
AccessDecisionVoters which will be invoked before accessing the intercepted instance or in case of view-configs before a view gets used.

Returns:
the configured access-decision-voters which should be used for the voting process


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.