Class PermittedResources
- java.lang.Object
-
- de.adorsys.ledgers.oba.rest.server.config.security.PermittedResources
-
public class PermittedResources extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static String[]ACTUATOR_WHITELISTprotected static String[]APP_INDEX_WHITELISTprotected static String[]APP_SCA_WHITELISTprotected static String[]APP_WHITELISTprotected static String[]SWAGGER_WHITELIST
-
-
-
Field Detail
-
SWAGGER_WHITELIST
protected static final String[] SWAGGER_WHITELIST
-
APP_INDEX_WHITELIST
protected static final String[] APP_INDEX_WHITELIST
-
APP_SCA_WHITELIST
protected static final String[] APP_SCA_WHITELIST
-
APP_WHITELIST
protected static final String[] APP_WHITELIST
-
ACTUATOR_WHITELIST
protected static final String[] ACTUATOR_WHITELIST
-
-