public class ChannelDecisionAspect
extends java.lang.Object
| Constructor and Description |
|---|
ChannelDecisionAspect() |
| Modifier and Type | Method and Description |
|---|---|
void |
decideAround(ProceedingJoinPoint joinPoint)
Around advice for the decide method of classes in the org.springframework.security.web.access.channel package,
forcing HTTPS for all requests.
|
protected boolean |
isAssistedServiceMode(ProceedingJoinPoint joinPoint) |
protected void |
processChannelDecisionManager(ProceedingJoinPoint joinPoint) |
protected void |
processSecureChannelProcessor(ProceedingJoinPoint joinPoint) |
public void decideAround(ProceedingJoinPoint joinPoint)
throws java.lang.Throwable
joinPoint - the join pointjava.lang.Throwable - any exceptions thrown during advice executionprotected boolean isAssistedServiceMode(ProceedingJoinPoint joinPoint)
protected void processSecureChannelProcessor(ProceedingJoinPoint joinPoint)
throws java.io.IOException,
ServletException
java.io.IOExceptionServletExceptionprotected void processChannelDecisionManager(ProceedingJoinPoint joinPoint)
throws java.lang.Throwable
java.lang.ThrowableCopyright © 2018 SAP SE. All Rights Reserved.