Uses of Class
com.pingidentity.sdk.api.authn.model.AuthnAction
Packages that use AuthnAction
Package
Description
Contains the core set of models for the Authentication API.
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 AuthnActionModifier and TypeMethodDescriptionAuthnState.getActions()Get the actions available for the current state.Methods in com.pingidentity.sdk.api.authn.model with parameters of type AuthnActionModifier and TypeMethodDescriptionvoidAuthnState.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 AuthnActionModifier and TypeMethodDescriptionAuthnActionSpec.makeInstance()Create a newAuthnActioninstance based on this spec.