Uses of Interface
org.opendaylight.aaa.api.ClaimCache
-
Packages that use ClaimCache Package Description org.opendaylight.aaa.shiro.idm org.opendaylight.aaa.shiro.web.env -
-
Uses of ClaimCache in org.opendaylight.aaa.shiro.idm
Classes in org.opendaylight.aaa.shiro.idm that implement ClaimCache Modifier and Type Class Description class
IdmLightProxy
An OSGi proxy for the IdmLight server.class
OSGIIdmLightProxy
Constructors in org.opendaylight.aaa.shiro.idm with parameters of type ClaimCache Constructor Description DomainHandler(IIDMStore iidMStore, ClaimCache claimCache)
IdmLightApplication(IIDMStore iidMStore, ClaimCache claimCache)
RoleHandler(IIDMStore iidMStore, ClaimCache claimCache)
UserHandler(IIDMStore iidMStore, ClaimCache claimCache)
-
Uses of ClaimCache in org.opendaylight.aaa.shiro.web.env
Constructors in org.opendaylight.aaa.shiro.web.env with parameters of type ClaimCache Constructor Description WebInitializer(WebServer webServer, ClaimCache claimCache, IIDMStore iidMStore, WebContextSecurer webContextSecurer, ServletSupport servletSupport, CustomFilterAdapterConfiguration customFilterAdapterConfig)
-