[
https://issues.apache.org/jira/browse/TINKERPOP3-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP3-995:
----------------------------------------
Description:
Add a new method to the {{Authenticator}} interface that will replace the
current:
{code}
public SaslNegotiator newSaslNegotiator();
{code}
the preferred new method would be:
{code}
public default SaslNegotiator newSaslNegotiator(final InetAddress remoteAddress)
{code}
This will include deprecation of the old method - this is not a breaking change.
.
was:
Add a new method to the {{Authenticator}} interface that will replace the
current:
public SaslNegotiator newSaslNegotiator();
the preferred new method would be:
public default SaslNegotiator newSaslNegotiator(final InetAddress remoteAddress)
This will include deprecation of the old method - this is not a breaking change.
.
> Add Authenticator.newSaslNegotiator(InetAddress)
> ------------------------------------------------
>
> Key: TINKERPOP3-995
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-995
> Project: TinkerPop 3
> Issue Type: Improvement
> Components: server
> Affects Versions: 3.1.0-incubating
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Minor
> Fix For: 3.1.1-incubating
>
>
> Add a new method to the {{Authenticator}} interface that will replace the
> current:
> {code}
> public SaslNegotiator newSaslNegotiator();
> {code}
> the preferred new method would be:
> {code}
> public default SaslNegotiator newSaslNegotiator(final InetAddress
> remoteAddress)
> {code}
> This will include deprecation of the old method - this is not a breaking
> change.
> .
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)