tokenAuthRealm org.onap.ccsdk.features.sdnr.wt.oauthprovider.OAuth2Realm
securityManager.realms $tokenAuthRealm
anyroles org.onap.ccsdk.features.sdnr.wt.oauthprovider.filters.AnyRoleHttpAuthenticationFilter
authcBearer org.onap.ccsdk.features.sdnr.wt.oauthprovider.filters.BearerAndBasicHttpAuthenticationFilter
accountingListener org.opendaylight.aaa.shiro.filters.AuthenticationListener
securityManager.authenticator.authenticationListeners $accountingListener
dynamicAuthorization org.onap.ccsdk.features.sdnr.wt.oauthprovider.filters.CustomizedMDSALDynamicAuthorizationFilter
/**/operations/cluster-admin** authcBearer, roles[admin] /**/v1/** authcBasic, roles[admin] /**/config/aaa*/** authcBasic, roles[admin] /oauth/** anon /odlux/** anon /apidoc/** authcBasic /rests/** authcBearer, anyroles["admin,provision"] /** authcBearer, roles[admin]