Package org.springdoc.core.utils
Class SpringSecurityUtils
java.lang.Object
org.springdoc.core.utils.SpringSecurityUtils
The type Spring security utils.
- Author:
- bnasslahsen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SpringSecurityUtils
public SpringSecurityUtils()
-
-
Method Details
-
getPath
public static String getPath(org.springframework.security.web.servlet.util.matcher.PathPatternRequestMatcher pathPatternRequestMatcher) throws IllegalAccessException Gets path.- Parameters:
pathPatternRequestMatcher- the path pattern request matcher- Returns:
- the path
- Throws:
IllegalAccessException- the illegal access exception
-