Uses of Interface
org.neo4j.bolt.connection.AuthToken
Packages that use AuthToken
-
Uses of AuthToken in org.neo4j.bolt.connection
Methods in org.neo4j.bolt.connection that return AuthTokenModifier and TypeMethodDescriptionAuthInfo.authToken()BoltConnectionParameters.authToken()An optionalAuthTokenthat the given connection must use.static AuthTokenAuthTokens.basic(String username, String password, String realm, ValueFactory valueFactory) static AuthTokenAuthTokens.bearer(String token, ValueFactory valueFactory) static AuthTokenstatic AuthTokenAuthTokens.kerberos(String base64EncodedTicket, ValueFactory valueFactory) static AuthTokenAuthTokens.none(ValueFactory valueFactory) Methods in org.neo4j.bolt.connection with parameters of type AuthTokenModifier and TypeMethodDescriptionBoltConnectionProvider.connect(URI uri, String routingContextAddress, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, SecurityPlan securityPlan, AuthToken authToken, BoltProtocolVersion minVersion, NotificationConfig notificationConfig, ImmutableObservation parentObservation) Connects to the givenURIusing the provided parameters and returnsBoltConnectioninstance.BoltConnectionParameters.Builder.withAuthToken(AuthToken authToken) Sets anAuthTokenthat the given connection must use.RoutedBoltConnectionParameters.Builder.withAuthToken(AuthToken authToken) Sets anAuthTokenthat the given connection must use. -
Uses of AuthToken in org.neo4j.bolt.connection.message
Methods in org.neo4j.bolt.connection.message that return AuthTokenMethods in org.neo4j.bolt.connection.message with parameters of type AuthToken