Class AuthenticatorService


  • @Produces({"application/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8","application/json; charset=utf-8"})
    @Path("/authenticators")
    public class AuthenticatorService
    extends Object
    • Constructor Detail

      • AuthenticatorService

        public AuthenticatorService()
    • Method Detail

      • getSingleAuthenticator

        @GET
        @Path("/{clientName}")
        @Produces({"application/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8","application/json; charset=utf-8"})
        public javax.ws.rs.core.Response getSingleAuthenticator​(@PathParam("clientName") @NotNull
                                                                @NotNull String clientName)