Encapsulates the result of an attempt to authenticate.
The authentication status describes the overall outcome.
If authentication status is SUCCESS, the subject will be populated.
If authentication status is CONTINUE, the authentication has failed because the user supplied incorrect credentials (etc). If the authentication requires it, the next challenge is made available.
If authentication status is ERROR , the authentication decision could not be made due to a failure (such as an external system), the {@link AuthenticationResult#getCause()}will provide the underlying exception.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.