I have a requirement where I want to show list the api methods in swagger-ui based on user roles. i am using spring boot with java 7.
For example :
Some user with basic access can use limited api methods;
Admin can use all the listed api methods;
I have a requirement where I want to show list the api methods in swagger-ui based on user roles. i am using spring boot with java 7.
For example :
Some user with basic access can use limited api methods;
Admin can use all the listed api methods;