public class LoginServiceImpl extends Object implements LoginService
Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_VERSION |
Constructor and Description |
---|
LoginServiceImpl(HttpClientService httpClientService,
Transformer<Map<String,Object>,InputStream> mapToInputStreamTransformer,
Transformer<InputStream,Map<String,Object>> inputStreamToMapTransformer) |
public static final String CURRENT_VERSION
public LoginServiceImpl(@NotNull HttpClientService httpClientService, Transformer<Map<String,Object>,InputStream> mapToInputStreamTransformer, Transformer<InputStream,Map<String,Object>> inputStreamToMapTransformer)
@NotNull public AuthenticationContext login(@NotNull BasicAuthRequest basicAuthRequest) throws LoginException
login
in interface LoginService
LoginException
Copyright © 2010–2017. All rights reserved.