@Typed public abstract class SecurityUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Annotation> |
getAllAnnotations(Annotation[] annotations) |
static Set<Annotation> |
getSecurityBindingTypes(Class<?> targetClass,
Method targetMethod) |
static boolean |
isMetaAnnotatedWithSecurityBindingType(Annotation annotation) |
static boolean |
isMetaAnnotatedWithSecurityParameterBinding(Annotation annotation) |
static Annotation |
resolveSecurityBindingType(Annotation annotation) |
public static Set<Annotation> getSecurityBindingTypes(Class<?> targetClass, Method targetMethod)
public static boolean isMetaAnnotatedWithSecurityBindingType(Annotation annotation)
public static Annotation resolveSecurityBindingType(Annotation annotation)
public static boolean isMetaAnnotatedWithSecurityParameterBinding(Annotation annotation)
public static List<Annotation> getAllAnnotations(Annotation[] annotations)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.