Interface HttpSecurityExplorer
-
public interface HttpSecurityExplorer
Explorer of the execution tree from theHttpSecurity
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
explore(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.
-
-