Class AnonOidcLinkService

java.lang.Object
dev.getelements.elements.service.auth.oidc.AnonOidcLinkService
All Implemented Interfaces:
OidcLinkService

public class AnonOidcLinkService extends Object implements OidcLinkService
Anonymous implementation of OidcLinkService.

Always throws ForbiddenException; authentication is required to link accounts.

  • Constructor Details

    • AnonOidcLinkService

      public AnonOidcLinkService()
  • Method Details