Uses of Interface
io.streamthoughts.azkarra.http.security.auth.UsersIdentityManager
-
Packages that use UsersIdentityManager Package Description io.streamthoughts.azkarra.http io.streamthoughts.azkarra.http.security io.streamthoughts.azkarra.http.security.auth -
-
Uses of UsersIdentityManager in io.streamthoughts.azkarra.http
Method parameters in io.streamthoughts.azkarra.http with type arguments of type UsersIdentityManager Modifier and Type Method Description ServerConfBuilder
ServerConfBuilder. setUserIdentityManager(Class<? extends UsersIdentityManager> cls)
Sets theUsersIdentityManager
used to get information about user to authenticate. -
Uses of UsersIdentityManager in io.streamthoughts.azkarra.http.security
Methods in io.streamthoughts.azkarra.http.security that return UsersIdentityManager Modifier and Type Method Description UsersIdentityManager
SecurityConfig. getUserIdentityManager()
-
Uses of UsersIdentityManager in io.streamthoughts.azkarra.http.security.auth
Classes in io.streamthoughts.azkarra.http.security.auth that implement UsersIdentityManager Modifier and Type Class Description class
InMemoryUserIdentityManager
SimpleUsersIdentityManager
implementation backed by a in-memory hash Map.class
PropertiesFileUsersIdentityManager
Methods in io.streamthoughts.azkarra.http.security.auth with parameters of type UsersIdentityManager Modifier and Type Method Description void
BasicAuthenticator. setUserIdentityManager(UsersIdentityManager idm)
-