Skip to content

Commit

Permalink
Deprecated AuthenticatorImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Jun 7, 2024
1 parent 2e063f8 commit 85d0216
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 3 additions & 0 deletions changelog.d/20240607_223900_steliosvoutsinas_results_fix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Deprecated
----------
- Deprecated the AuthenticatorImpl class
10 changes: 3 additions & 7 deletions tap/src/main/java/ca/nrc/cadc/sample/AuthenticatorImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@
import org.apache.log4j.Logger;

/**
* Implementes the Authenticator for processing Gafaelfawr auth,
* and using it to authenticate against the TAP service.
*
* The token in the authorization header is used to make a call
* to Gafaelfawr to retrieve details such as the uid and uidNumber.
*
* @author cbanek
* @deprecated This class is deprecated and will be removed in future releases.
* The TAP Service now uses IdentityManager for authentication, available in the opencadc library
*/
@Deprecated
public class AuthenticatorImpl implements Authenticator
{
private static final Logger log = Logger.getLogger(AuthenticatorImpl.class);
Expand Down

0 comments on commit 85d0216

Please sign in to comment.