Uses of Interface
org.opendaylight.aaa.api.AuthenticationService
-
Packages that use AuthenticationService Package Description org.opendaylight.aaa org.opendaylight.aaa.shiro.tokenauthrealm.auth org.opendaylight.aaa.shiro.web.env -
-
Uses of AuthenticationService in org.opendaylight.aaa
Methods in org.opendaylight.aaa that return AuthenticationService Modifier and Type Method Description AuthenticationService
AAAShiroProvider. getAuthenticationService()
Constructors in org.opendaylight.aaa with parameters of type AuthenticationService Constructor Description AAAShiroProvider(DataBroker dataBroker, ICertificateManager certificateManager, PasswordCredentialAuth credentialAuth, ShiroConfiguration shiroConfiguration, org.osgi.service.http.HttpService httpService, String moonEndpointPath, String oauth2EndpointPath, DatastoreConfig datastoreConfig, IIDMStore iidmStore, AuthenticationService authenticationService, PasswordHashService passwordHashService)
Constructor. -
Uses of AuthenticationService in org.opendaylight.aaa.shiro.tokenauthrealm.auth
Classes in org.opendaylight.aaa.shiro.tokenauthrealm.auth that implement AuthenticationService Modifier and Type Class Description class
AuthenticationManager
AnInheritableThreadLocal
-basedAuthenticationService
. -
Uses of AuthenticationService in org.opendaylight.aaa.shiro.web.env
Fields in org.opendaylight.aaa.shiro.web.env with type parameters of type AuthenticationService Modifier and Type Field Description static ThreadLocal<AuthenticationService>
ThreadLocals. AUTH_SETVICE_TL
Constructors in org.opendaylight.aaa.shiro.web.env with parameters of type AuthenticationService Constructor Description ShiroWebEnvironmentLoaderListener(ShiroConfiguration shiroConfiguration, DataBroker dataBroker, ICertificateManager certificateManager, AuthenticationService authenticationService, TokenAuthenticators tokenAuthenticators, TokenStore tokenStore, PasswordHashService passwordHashService)
-