tokenAuthRealm org.onap.ccsdk.features.sdnr.wt.oauthprovider.OAuth2Realm
securityManager.realms $tokenAuthRealm
authcBasic org.opendaylight.aaa.shiro.filters.ODLHttpAuthenticationFilter
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.opendaylight.aaa.shiro.realm.MDSALDynamicAuthorizationFilter
/**/operations/cluster-admin** authcBearer, roles[admin] /**/v1/** authcBearer, roles[admin] /rests/**/aaa*/** authcBearer, roles[admin] /oauth/** anon /ready anon /odlux/** anon /apidoc/** authcBasic, roles[admin] /rests/** authcBearer, anyroles["admin,provision"] /** authcBearer, anyroles["admin,provision"]