public class AuthAdvice
extends java.lang.Object
implements org.springframework.aop.MethodBeforeAdvice
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AuthorizationMatcherQualifier |
| Constructor and Description |
|---|
AuthAdvice(org.springframework.util.PathMatcher pathMatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
before(java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object target) |
AuthProvider |
getAuthProvider() |
void |
setAuthProvider(AuthProvider authProvider) |
public static final java.lang.String AuthorizationMatcherQualifier
public void before(@NotNull
java.lang.reflect.Method method,
@NotNull
java.lang.Object[] args,
java.lang.Object target)
throws AuthException
before in interface org.springframework.aop.MethodBeforeAdviceAuthExceptionpublic AuthProvider getAuthProvider()
@Autowired(required=false) public void setAuthProvider(AuthProvider authProvider)