Class AuthnAction

java.lang.Object
com.pingidentity.sdk.api.authn.model.AuthnAction

public class AuthnAction extends Object
The API model representing an available action in the Authentication API.
Since:
9.3
  • Constructor Details

    • AuthnAction

      public AuthnAction(String id)
      Create an instance with the specified parameters.
      Parameters:
      id - The ID of the action.
  • Method Details

    • getId

      public String getId()
      Get the ID of the action. The Content-Type for the action is constructed from this by prepending "application/vnd.pingidentity." and appending "+json".
    • setId

      public void setId(String id)
      Set the ID of the action.