Class JpaPasswordlessAuthenticationToken

  • All Implemented Interfaces:
    java.io.Serializable

    @Entity
    public class JpaPasswordlessAuthenticationToken
    extends org.apereo.cas.impl.token.PasswordlessAuthenticationToken
    Since:
    6.2.0
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apereo.cas.impl.token.PasswordlessAuthenticationToken

        org.apereo.cas.impl.token.PasswordlessAuthenticationToken.PasswordlessAuthenticationTokenBuilder<C extends org.apereo.cas.impl.token.PasswordlessAuthenticationToken,​B extends org.apereo.cas.impl.token.PasswordlessAuthenticationToken.PasswordlessAuthenticationTokenBuilder<C,​B>>
    • Method Summary

      • Methods inherited from class org.apereo.cas.impl.token.PasswordlessAuthenticationToken

        builder, canEqual, equals, getExpirationDate, getId, getToken, getUsername, hashCode, isExpired, setExpirationDate, setId, setToken, setUsername, toString
      • Methods inherited from class java.lang.Object

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

      • JpaPasswordlessAuthenticationToken

        public JpaPasswordlessAuthenticationToken()