Class JpaCasEvent

  • All Implemented Interfaces:
    java.io.Serializable

    @Entity
    public class JpaCasEvent
    extends org.apereo.cas.support.events.dao.CasEvent
    This is JpaCasEvent.
    Since:
    6.2.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apereo.cas.support.events.dao.CasEvent

        FIELD_AGENT, FIELD_CLIENT_IP, FIELD_EVENT_ID, FIELD_GEO_ACCURACY, FIELD_GEO_LATITUDE, FIELD_GEO_LONGITUDE, FIELD_GEO_TIMESTAMP, FIELD_SERVER_IP, FIELD_TIMESTAMP
    • Constructor Summary

      Constructors 
      Constructor Description
      JpaCasEvent()  
    • Method Summary

      • Methods inherited from class org.apereo.cas.support.events.dao.CasEvent

        get, getAgent, getClientIpAddress, getCreationTime, getEventId, getGeoLocation, getId, getPrincipalId, getProperties, getServerIpAddress, getTimestamp, getType, put, putAgent, putClientIpAddress, putEventId, putGeoLocation, putServerIpAddress, putTimestamp, setCreationTime, setId, setPrincipalId, setProperties, setType, toString
      • Methods inherited from class java.lang.Object

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

      • JpaCasEvent

        public JpaCasEvent()