Class AuthnAction


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

      • AuthnAction

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

      • 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.