Package ai.expert.nlapi.security
Interface Authenticator
-
- All Known Implementing Classes:
BasicAuthenticator
public interface Authenticator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBASE_URL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringauthenticate()
-
-
-
Field Detail
-
BASE_URL
static final java.lang.String BASE_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
authenticate
java.lang.String authenticate() throws NLApiException- Throws:
NLApiException
-
-