Package org.neo4j.connectors.authn
Interface AuthenticationToken
- All Known Subinterfaces:
ExpiringAuthenticationToken
- All Known Implementing Classes:
BearerAuthenticationToken,CustomAuthenticationToken,DisabledAuthenticationToken,KerberosAuthenticationToken,UserNameAndPasswordAuthenticationToken
public interface AuthenticationToken
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AuthenticationTokenstatic AuthenticationTokenstatic AuthenticationTokenstatic AuthenticationTokencustom(String principal, String credentials, String realm, String scheme, Map<String, Object> parameters) static AuthenticationTokenstatic AuthenticationTokennone()static AuthenticationTokenusernameAndPassword(String username, String password) static AuthenticationTokenusernameAndPassword(String username, String password, String realm)
-
Method Details
-
bearer
-
bearer
-
kerberos
-
none
-
usernameAndPassword
-
usernameAndPassword
-
custom
static AuthenticationToken custom(String principal, String credentials, String realm, String scheme) -
custom
-