Mark old group credential getter as `@Deprecated`
This commit is contained in:
parent
e9119da040
commit
7d4a8d03a4
|
@ -85,6 +85,8 @@ public class CertificateController {
|
|||
@GET
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
@Path("/group/{startRedemptionTime}/{endRedemptionTime}")
|
||||
@Deprecated(forRemoval = true) // Clients should now use getGroupAuthenticationCredentials instead
|
||||
// TODO Assess readiness for removal on or after 2022-11-01
|
||||
public GroupCredentials getAuthenticationCredentials(@Auth AuthenticatedAccount auth,
|
||||
@PathParam("startRedemptionTime") int startRedemptionTime,
|
||||
@PathParam("endRedemptionTime") int endRedemptionTime,
|
||||
|
|
Loading…
Reference in New Issue