Interface HttpSecurityExplorer
-
public interface HttpSecurityExplorerExplorer of the execution tree from theHttpSecurity.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexplore(HttpSecurityExplorerContext context)Explores theHttpSecurity.
-
-
-
Method Detail
-
explore
void explore(HttpSecurityExplorerContext context) throws java.lang.Exception
Explores theHttpSecurity.- Parameters:
context-HttpSecurityExplorerContext.- Throws:
java.lang.Exception- If fails in exploring.
-
-