Class MultiFactorAuthenticationState<D extends Device,​U extends User>

    • Constructor Detail

      • MultiFactorAuthenticationState

        public MultiFactorAuthenticationState()
    • Method Detail

      • getDevices

        public List<D> getDevices()
        Get all devices associated with the user.
      • setDevices

        public void setDevices​(List<D> devices)
        Set all devices associated with the user.
      • getUser

        public U getUser()
        Get the authenticating user.
      • setUser

        public void setUser​(U user)
        Set the authenticating user.