Class DefaultAuthenticationResult

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.authentication.AuthenticationResult

    public class DefaultAuthenticationResult
    extends java.lang.Object
    implements org.apereo.cas.authentication.AuthenticationResult
    The DefaultAuthenticationResult represents a concrete implementation of AuthenticationResult. 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
    • Method Summary

      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationResult

        getAuthentication, getService, isCredentialProvided
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultAuthenticationResult

        public DefaultAuthenticationResult()