Class ChannelDecisionAspect
java.lang.Object
de.hybris.platform.assistedservicestorefront.aspect.ChannelDecisionAspect
Aspect for Spring Security channel decision concerns.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecideAround(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)
-
Constructor Details
-
ChannelDecisionAspect
public ChannelDecisionAspect()
-
-
Method Details
-
decideAround
Around 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:
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 IOException, javax.servlet.ServletException - Throws:
IOExceptionjavax.servlet.ServletException
-
processChannelDecisionManager
protected void processChannelDecisionManager(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable - Throws:
Throwable
-