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 Summary
Constructors Constructor Description AuthnAction(String id)Create an instance with the specified parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Get the ID of the action.voidsetId(String id)Set the ID of the action.
-
-
-
Constructor Detail
-
AuthnAction
public AuthnAction(String id)
Create an instance with the specified parameters.- Parameters:
id- The ID of the action.
-
-