Class AuthenticatorService
java.lang.Object
de.xima.fc.api.rest.pub.impl.security.services.AuthenticatorService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsegetSingleAuthenticator(@NotNull String clientName)
-
Constructor Details
-
AuthenticatorService
public AuthenticatorService()
-
-
Method Details
-
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)
-