Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnAction
-
Packages that use AuthnAction Package Description com.pingidentity.sdk.api.authn.model Contains the core set of models for the Authentication API.com.pingidentity.sdk.api.authn.spec Defines various "spec" classes for the Authentication API. -
-
Uses of AuthnAction in com.pingidentity.sdk.api.authn.model
Methods in com.pingidentity.sdk.api.authn.model that return types with arguments of type AuthnAction Modifier and Type Method Description List<AuthnAction>AuthnState. getActions()Get the actions available for the current state.Methods in com.pingidentity.sdk.api.authn.model with parameters of type AuthnAction Modifier and Type Method Description voidAuthnState. addAction(AuthnAction action)Add an action to the available actions. -
Uses of AuthnAction in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnAction Modifier and Type Method Description AuthnActionAuthnActionSpec. makeInstance()Create a newAuthnActioninstance based on this spec.
-