Package io.jmix.restds.impl
Class RestPasswordAuthenticator
java.lang.Object
io.jmix.restds.impl.RestPasswordAuthenticator
- All Implemented Interfaces:
- RestAuthenticator
@Component("restds_RestPasswordAuthenticator")
@Scope("prototype")
public class RestPasswordAuthenticator
extends Object
implements RestAuthenticator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidauthenticate(String username, String password) org.springframework.http.client.ClientHttpRequestInterceptorCreates authentication interceptor to be used byRestInvoker.voidsetDataStoreName(String name) Sets data store name of this authenticator.
- 
Constructor Details- 
RestPasswordAuthenticatorpublic RestPasswordAuthenticator()
 
- 
- 
Method Details- 
setDataStoreNameDescription copied from interface:RestAuthenticatorSets data store name of this authenticator.- Specified by:
- setDataStoreNamein interface- RestAuthenticator
 
- 
getAuthenticationInterceptorpublic org.springframework.http.client.ClientHttpRequestInterceptor getAuthenticationInterceptor()Description copied from interface:RestAuthenticatorCreates authentication interceptor to be used byRestInvoker.- Specified by:
- getAuthenticationInterceptorin interface- RestAuthenticator
 
- 
authenticate
 
-