Package org.apereo.cas.authentication
Class DefaultAuthenticationResult
- java.lang.Object
-
- org.apereo.cas.authentication.DefaultAuthenticationResult
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.AuthenticationResult
public class DefaultAuthenticationResult extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationResultTheDefaultAuthenticationResultrepresents a concrete implementation ofAuthenticationResult. It acts as a carrier for the finalized primary authentications established during processing of authentication events (possibly multi-transactional) by CAS' authentication subsystem.- Since:
- 4.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticationResult()
-