Uses of Class
com.predic8.membrane.core.interceptor.authentication.session.StaticUserDataProvider.User
Packages that use StaticUserDataProvider.User
Package
Description
-
Uses of StaticUserDataProvider.User in com.predic8.membrane.core.interceptor.authentication
Methods in com.predic8.membrane.core.interceptor.authentication that return types with arguments of type StaticUserDataProvider.UserMethod parameters in com.predic8.membrane.core.interceptor.authentication with type arguments of type StaticUserDataProvider.UserModifier and TypeMethodDescriptionvoidBasicAuthenticationInterceptor.setUsers(List<StaticUserDataProvider.User> users) -
Uses of StaticUserDataProvider.User in com.predic8.membrane.core.interceptor.authentication.session
Methods in com.predic8.membrane.core.interceptor.authentication.session that return types with arguments of type StaticUserDataProvider.UserModifier and TypeMethodDescriptionStaticUserDataProvider.getUsers()StaticUserDataProvider.getUsersByName()Method parameters in com.predic8.membrane.core.interceptor.authentication.session with type arguments of type StaticUserDataProvider.UserModifier and TypeMethodDescriptionvoidStaticUserDataProvider.setUsers(List<StaticUserDataProvider.User> users) voidStaticUserDataProvider.setUsersByName(Map<String, StaticUserDataProvider.User> usersByName)