Uses of Interface
de.xima.fc.security.cache.ILoginMethod
-
Packages that use ILoginMethod Package Description de.xima.fc.security.cache -
-
Uses of ILoginMethod in de.xima.fc.security.cache
Methods in de.xima.fc.security.cache with parameters of type ILoginMethod Modifier and Type Method Description static <PROFILE> PROFILE
LoginAttemptHelper. attemptLogin(String username, String password, ILoginMethod<PROFILE> loginMethod)
Attempts to login with the given username and password.
-