Class CaptchaProvider.AuthenticationStatus
java.lang.Object
com.pingidentity.sdk.captchaprovider.CaptchaProvider.AuthenticationStatus
- Enclosing interface:
- CaptchaProvider
A readonly representation of the current authentication status
- Since:
- 11.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a Readonly map of attributes that uniquely identify the authenticated security context of the user.Get the status of an authentication returned from an IdP adapter.intGet error code.Get an error message.Get the username that has been authenticated or attempted.
-
Field Details
-
authnAdapterResponse
-
-
Constructor Details
-
AuthenticationStatus
-
-
Method Details
-
getAuthnStatus
Get the status of an authentication returned from an IdP adapter.- Returns:
- authentication status
- Since:
- 11.3
-
getAttributeMap
Get a Readonly map of attributes that uniquely identify the authenticated security context of the user. refer toAuthnAdapterResponse.getAttributeMap()for more details.- Returns:
- a map of attributes
- Since:
- 11.3
-
getErrorCode
public int getErrorCode()Get error code.- Returns:
- error code
- Since:
- 11.3
-
getUsername
Get the username that has been authenticated or attempted.- Returns:
- username
- Since:
- 11.3
-
getErrorMessage
Get an error message. The message may be logged in audit log.- Returns:
- error message
- Since:
- 11.3
-