Class ChannelDecisionAspect
- java.lang.Object
-
- de.hybris.platform.assistedservicestorefront.aspect.ChannelDecisionAspect
-
public class ChannelDecisionAspect extends java.lang.ObjectAspect for Spring Security channel decision concerns.
-
-
Constructor Summary
Constructors Constructor Description ChannelDecisionAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecideAround(org.aspectj.lang.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 booleanisAssistedServiceMode(org.aspectj.lang.ProceedingJoinPoint joinPoint)protected voidprocessChannelDecisionManager(org.aspectj.lang.ProceedingJoinPoint joinPoint)protected voidprocessSecureChannelProcessor(org.aspectj.lang.ProceedingJoinPoint joinPoint)
-
-
-
Method Detail
-
decideAround
public void decideAround(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws java.lang.ThrowableAround advice for the decide method of classes in the org.springframework.security.web.access.channel package, forcing HTTPS for all requests.- Parameters:
joinPoint- the join point- Throws:
java.lang.Throwable- any exceptions thrown during advice execution
-
isAssistedServiceMode
protected boolean isAssistedServiceMode(org.aspectj.lang.ProceedingJoinPoint joinPoint)
-
processSecureChannelProcessor
protected void processSecureChannelProcessor(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws java.io.IOException, javax.servlet.ServletException- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
processChannelDecisionManager
protected void processChannelDecisionManager(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-